#399BD8

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

Shades of Summer Sky #399BD8

Tints of Summer Sky #399BD8

Color information

#399BD8 (or 0x399BD8) is unknown color: approx Summer Sky. HEX triplet: 39, 9B and D8. RGB value is (57,155,216). Sum of RGB (Red+Green+Blue) = 57+155+216=428 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.32% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #399BD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BD8 is #C66427. Grayscale: #848484. Windows color (decimal): -13001768 or 14195513. OLE color: 14195513.

HSL color Cylindrical-coordinate representation of color #399BD8: hue angle of 203.02º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399BD8 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB57155216-
CMYK0.740.2800.15
HSL203.02º67.09%53.53%-
HSV(B)203.02º73.61%84.71%-
XYZ25.829.2769.26-
YUV132.65175.0374.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.32%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 216 (84.77% from 255) = 50.47%
R=13.32%
G=36.21%
B=50.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal571552160.740.2800.15203.0267.0953.53
Hex399BD84A1C0Fcb4336
Octal712333301123401731310366
Binary111001100110111101100010010101110001111110010111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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