#399DD4

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

Shades of Summer Sky #399DD4

Tints of Summer Sky #399DD4

Color information

#399DD4 (or 0x399DD4) is unknown color: approx Summer Sky. HEX triplet: 39, 9D and D4. RGB value is (57,157,212). Sum of RGB (Red+Green+Blue) = 57+157+212=426 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.38% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 212 (83.20% from 255 or 49.77% from 426); Max value from RGB is 212 - color contains mainly: blue. Hex color #399DD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DD4 is #C6622B. Grayscale: #858585. Windows color (decimal): -13001260 or 13933881. OLE color: 13933881.

HSL color Cylindrical-coordinate representation of color #399DD4: hue angle of 201.29º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #399DD4 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB57157212-
CMYK0.730.2600.17
HSL201.29º64.32%52.75%-
HSV(B)201.29º73.11%83.14%-
XYZ25.6329.7466.68-
YUV133.37172.3773.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.38%
GREEN value IS 157 (61.72% from 255) = 36.85%
BLUE value IS 212 (83.20% from 255) = 49.77%
R=13.38%
G=36.85%
B=49.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal571572120.730.2600.17201.2964.3252.75
Hex399DD4491A011c94035
Octal712353241113202131110065
Binary1110011001110111010100100100111010010001110010011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399DD4; }

 p { color: rgb(57,157,212); }

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

<style>
 a { background-color: #399DD4; }

 a { background-color: rgb(57,157,212); }

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

<style>
 span { border-color: #399DD4; }

 span { border-color: rgb(57,157,212); }

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