#399BD1

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

Shades of Summer Sky #399BD1

Tints of Summer Sky #399BD1

Color information

#399BD1 (or 0x399BD1) is unknown color: approx Summer Sky. HEX triplet: 39, 9B and D1. RGB value is (57,155,209). Sum of RGB (Red+Green+Blue) = 57+155+209=421 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.54% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #399BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BD1 is #C6642E. Grayscale: #838383. Windows color (decimal): -13001775 or 13736761. OLE color: 13736761.

HSL color Cylindrical-coordinate representation of color #399BD1: hue angle of 201.32º 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 #399BD1 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB57155209-
CMYK0.730.2600.18
HSL201.32º62.3%52.16%-
HSV(B)201.32º72.73%81.96%-
XYZ24.9228.9264.59-
YUV131.85171.5374.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.54%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 209 (82.03% from 255) = 49.64%
R=13.54%
G=36.82%
B=49.64%

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
Decimal571552090.730.2600.18201.3262.352.16
Hex399BD1491A012c93e34
Octal71233321111320223117664
Binary111001100110111101000110010011101001001011001001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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