#399ACC

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

Shades of Summer Sky #399ACC

Tints of Summer Sky #399ACC

Color information

#399ACC (or 0x399ACC) is unknown color: approx Summer Sky. HEX triplet: 39, 9A and CC. RGB value is (57,154,204). Sum of RGB (Red+Green+Blue) = 57+154+204=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #399ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ACC is #C66533. Grayscale: #828282. Windows color (decimal): -13002036 or 13408825. OLE color: 13408825.

HSL color Cylindrical-coordinate representation of color #399ACC: hue angle of 200.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #399ACC is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB57154204-
CMYK0.720.2500.2
HSL200.41º59.04%51.18%-
HSV(B)200.41º72.06%80%-
XYZ24.1428.3461.32-
YUV130.7169.3675.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.73%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=13.73%
G=37.11%
B=49.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal571542040.720.2500.2200.4159.0451.18
Hex399ACC4819014c83b33
Octal71232314110310243107363
Binary111001100110101100110010010001100101010011001000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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