#3BB2F2

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

Shades of Summer Sky #3BB2F2

Tints of Summer Sky #3BB2F2

Color information

#3BB2F2 (or 0x3BB2F2) is unknown color: approx Summer Sky. HEX triplet: 3B, B2 and F2. RGB value is (59,178,242). Sum of RGB (Red+Green+Blue) = 59+178+242=479 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.32% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #3BB2F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BB2F2 is #C44D0D. Grayscale: #959595. Windows color (decimal): -12864782 or 15905339. OLE color: 15905339.

HSL color Cylindrical-coordinate representation of color #3BB2F2: hue angle of 200.98º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BB2F2 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB59178242-
CMYK0.760.2600.05
HSL200.98º87.56%59.02%-
HSV(B)200.98º75.62%94.9%-
XYZ33.7539.1889.79-
YUV149.71180.0863.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.32%
GREEN value IS 178 (69.92% from 255) = 37.16%
BLUE value IS 242 (94.92% from 255) = 50.52%
R=12.32%
G=37.16%
B=50.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal591782420.760.2600.05200.9887.5659.02
Hex3BB2F24C1A05c9583b
Octal73262362114320531113073
Binary11101110110010111100101001100110100101110010011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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