#3BA2DC

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

Shades of Summer Sky #3BA2DC

Tints of Summer Sky #3BA2DC

Color information

#3BA2DC (or 0x3BA2DC) is unknown color: approx Summer Sky. HEX triplet: 3B, A2 and DC. RGB value is (59,162,220). Sum of RGB (Red+Green+Blue) = 59+162+220=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BA2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA2DC is #C45D23. Grayscale: #898989. Windows color (decimal): -12868900 or 14459451. OLE color: 14459451.

HSL color Cylindrical-coordinate representation of color #3BA2DC: hue angle of 201.61º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BA2DC is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB59162220-
CMYK0.730.2600.14
HSL201.61º69.7%54.71%-
HSV(B)201.61º73.18%86.27%-
XYZ27.6431.9472.42-
YUV137.82174.3871.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.38%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 220 (86.33% from 255) = 49.89%
R=13.38%
G=36.73%
B=49.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal591622200.730.2600.14201.6169.754.71
Hex3BA2DC491A0Eca4637
Octal732423341113201631210667
Binary111011101000101101110010010011101001110110010101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,162,220); }

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

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

 a { background-color: rgb(59,162,220); }

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

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

 span { border-color: rgb(59,162,220); }

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