#3BA5E6

Color #3BA5E6 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3BA5E6

Tints of Summer Sky #3BA5E6

Color information

#3BA5E6 (or 0x3BA5E6) is unknown color: approx Summer Sky. HEX triplet: 3B, A5 and E6. RGB value is (59,165,230). Sum of RGB (Red+Green+Blue) = 59+165+230=454 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.00% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #3BA5E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA5E6 is #C45A19. Grayscale: #8C8C8C. Windows color (decimal): -12868122 or 15115579. OLE color: 15115579.

HSL color Cylindrical-coordinate representation of color #3BA5E6: hue angle of 202.81º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BA5E6 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB59165230-
CMYK0.740.2800.10
HSL202.81º77.38%56.67%-
HSV(B)202.81º74.35%90.2%-
XYZ29.5433.5579.78-
YUV140.72178.3869.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 13.00%
GREEN value IS 165 (64.84% from 255) = 36.34%
BLUE value IS 230 (90.23% from 255) = 50.66%
R=13.00%
G=36.34%
B=50.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal591652300.740.2800.10202.8177.3856.67
Hex3BA5E64A1C0Acb4d39
Octal732453461123401231311571
Binary111011101001011110011010010101110001010110010111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BA5E6; }

 p { color: rgb(59,165,230); }

 H1.HeaderClassName
 {
   color: #3BA5E6;
 }
 .AnyTagClassName
 {
   color: #3BA5E6;
 }
</style>
background-color css

<style>
 a { background-color: #3BA5E6; }

 a { background-color: rgb(59,165,230); }

 div.DivClassName
 {
   background-color: #3BA5E6;
 }
 .BgClassName
 {
   background-color: #3BA5E6;
 }
</style>
border-color css

<style>
 span { border-color: #3BA5E6; }

 span { border-color: rgb(59,165,230); }

 td.TdClassName
 {
   border-color: #3BA5E6;
 }
 .TagClassName
 {
   border-color: #3BA5E6;
 }
</style>