#3BC2E0

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

Shades of Summer Sky #3BC2E0

Tints of Summer Sky #3BC2E0

Color information

#3BC2E0 (or 0x3BC2E0) is unknown color: approx Summer Sky. HEX triplet: 3B, C2 and E0. RGB value is (59,194,224). Sum of RGB (Red+Green+Blue) = 59+194+224=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #3BC2E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC2E0 is #C43D1F. Grayscale: #9C9C9C. Windows color (decimal): -12860704 or 14729787. OLE color: 14729787.

HSL color Cylindrical-coordinate representation of color #3BC2E0: hue angle of 190.91º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BC2E0 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB59194224-
CMYK0.740.1300.12
HSL190.91º72.69%55.49%-
HSV(B)190.91º73.66%87.84%-
XYZ34.5544.977.37-
YUV157.06165.7758.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.37%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=12.37%
G=40.67%
B=46.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal591942240.740.1300.12190.9172.6955.49
Hex3BC2E04AD0Cbf4937
Octal733023401121501427711167
Binary11101111000010111000001001010110101100101111111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,194,224); }

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

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

 a { background-color: rgb(59,194,224); }

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

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

 span { border-color: rgb(59,194,224); }

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