#399AD1

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

Shades of Summer Sky #399AD1

Tints of Summer Sky #399AD1

Color information

#399AD1 (or 0x399AD1) is unknown color: approx Summer Sky. HEX triplet: 39, 9A and D1. RGB value is (57,154,209). Sum of RGB (Red+Green+Blue) = 57+154+209=420 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.57% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #399AD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399AD1 is #C6652E. Grayscale: #828282. Windows color (decimal): -13002031 or 13736505. OLE color: 13736505.

HSL color Cylindrical-coordinate representation of color #399AD1: hue angle of 201.71º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #399AD1 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB57154209-
CMYK0.730.2600.18
HSL201.71º62.3%52.16%-
HSV(B)201.71º72.73%81.96%-
XYZ24.7528.5864.53-
YUV131.27171.8675.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.57%
GREEN value IS 154 (60.55% from 255) = 36.67%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=13.57%
G=36.67%
B=49.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal571542090.730.2600.18201.7162.352.16
Hex399AD1491A012ca3e34
Octal71232321111320223127664
Binary111001100110101101000110010011101001001011001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,154,209); }

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

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

 a { background-color: rgb(57,154,209); }

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

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

 span { border-color: rgb(57,154,209); }

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