#3EA0EA

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

Shades of Summer Sky #3EA0EA

Tints of Summer Sky #3EA0EA

Color information

#3EA0EA (or 0x3EA0EA) is unknown color: approx Summer Sky. HEX triplet: 3E, A0 and EA. RGB value is (62,160,234). Sum of RGB (Red+Green+Blue) = 62+160+234=456 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.60% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #3EA0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3EA0EA is #C15F15. Grayscale: #8A8A8A. Windows color (decimal): -12672790 or 15376446. OLE color: 15376446.

HSL color Cylindrical-coordinate representation of color #3EA0EA: hue angle of 205.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EA0EA is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB62160234-
CMYK0.740.3200.08
HSL205.81º80.37%58.04%-
HSV(B)205.81º73.5%91.76%-
XYZ29.4132.1182.49-
YUV139.13181.5372.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.60%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 234 (91.80% from 255) = 51.32%
R=13.60%
G=35.09%
B=51.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal621602340.740.3200.08205.8180.3758.04
Hex3EA0EA4A2008ce503a
Octal762403521124001031612072
Binary1111101010000011101010100101010000001000110011101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,160,234); }

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

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

 a { background-color: rgb(62,160,234); }

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

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

 span { border-color: rgb(62,160,234); }

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