#3A99DD

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

Shades of Summer Sky #3A99DD

Tints of Summer Sky #3A99DD

Color information

#3A99DD (or 0x3A99DD) is unknown color: approx Summer Sky. HEX triplet: 3A, 99 and DD. RGB value is (58,153,221). Sum of RGB (Red+Green+Blue) = 58+153+221=432 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.43% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A99DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A99DD is #C56622. Grayscale: #838383. Windows color (decimal): -12936739 or 14522682. OLE color: 14522682.

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

Color convert

RGB58153221-
CMYK0.740.3100.13
HSL205.03º70.56%54.71%-
HSV(B)205.03º73.76%86.67%-
XYZ26.1928.972.61-
YUV132.35178.0374.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.43%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 221 (86.72% from 255) = 51.16%
R=13.43%
G=35.42%
B=51.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal581532210.740.3100.13205.0370.5654.71
Hex3A99DD4A1F0Dcd4737
Octal722313351123701531510767
Binary111010100110011101110110010101111101101110011011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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