#3BB2DB

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

Shades of Summer Sky #3BB2DB

Tints of Summer Sky #3BB2DB

Color information

#3BB2DB (or 0x3BB2DB) is unknown color: approx Summer Sky. HEX triplet: 3B, B2 and DB. RGB value is (59,178,219). Sum of RGB (Red+Green+Blue) = 59+178+219=456 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.94% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BB2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BB2DB is #C44D24. Grayscale: #929292. Windows color (decimal): -12864805 or 14398011. OLE color: 14398011.

HSL color Cylindrical-coordinate representation of color #3BB2DB: hue angle of 195.38º degrees, saturation: 0.69, 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 #3BB2DB is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB59178219-
CMYK0.730.1900.14
HSL195.38º68.97%54.51%-
HSV(B)195.38º73.06%85.88%-
XYZ30.5137.8972.72-
YUV147.09168.5865.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.94%
GREEN value IS 178 (69.92% from 255) = 39.04%
BLUE value IS 219 (85.94% from 255) = 48.03%
R=12.94%
G=39.04%
B=48.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal591782190.730.1900.14195.3868.9754.51
Hex3BB2DB49130Ec34537
Octal732623331112301630310567
Binary111011101100101101101110010011001101110110000111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,178,219); }

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

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

 a { background-color: rgb(59,178,219); }

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

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

 span { border-color: rgb(59,178,219); }

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