#399ED5

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

Shades of Summer Sky #399ED5

Tints of Summer Sky #399ED5

Color information

#399ED5 (or 0x399ED5) is unknown color: approx Summer Sky. HEX triplet: 39, 9E and D5. RGB value is (57,158,213). Sum of RGB (Red+Green+Blue) = 57+158+213=428 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.32% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #399ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ED5 is #C6612A. Grayscale: #858585. Windows color (decimal): -13001003 or 13999673. OLE color: 13999673.

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

Color convert

RGB57158213-
CMYK0.730.2600.16
HSL201.15º65%52.94%-
HSV(B)201.15º73.24%83.53%-
XYZ25.9230.1367.4-
YUV134.07172.5473.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.32%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 213 (83.59% from 255) = 49.77%
R=13.32%
G=36.92%
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.16
SystemRedGreenBlueCMYKHSL
Decimal571582130.730.2600.16201.156552.94
Hex399ED5491A010c94135
Octal712363251113202031110165
Binary1110011001111011010101100100111010010000110010011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,158,213); }

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

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

 a { background-color: rgb(57,158,213); }

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

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

 span { border-color: rgb(57,158,213); }

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