#3A99EA

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

Shades of Summer Sky #3A99EA

Tints of Summer Sky #3A99EA

Color information

#3A99EA (or 0x3A99EA) is unknown color: approx Summer Sky. HEX triplet: 3A, 99 and EA. RGB value is (58,153,234). Sum of RGB (Red+Green+Blue) = 58+153+234=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A99EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A99EA is #C56615. Grayscale: #858585. Windows color (decimal): -12936726 or 15374650. OLE color: 15374650.

HSL color Cylindrical-coordinate representation of color #3A99EA: hue angle of 207.61º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A99EA is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB58153234-
CMYK0.750.3500.08
HSL207.61º80.73%57.25%-
HSV(B)207.61º75.21%91.76%-
XYZ27.9929.6282.08-
YUV133.83184.5373.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.03%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 234 (91.80% from 255) = 52.58%
R=13.03%
G=34.38%
B=52.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal581532340.750.3500.08207.6180.7357.25
Hex3A99EA4B2308d05139
Octal722313521134301032012171
Binary1110101001100111101010100101110001101000110100001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,153,234); }

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

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

 a { background-color: rgb(58,153,234); }

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

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

 span { border-color: rgb(58,153,234); }

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