#396680

Color #396680 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #396680

Tints of Astral #396680

Color information

#396680 (or 0x396680) is unknown color: approx Astral. HEX triplet: 39, 66 and 80. RGB value is (57,102,128). Sum of RGB (Red+Green+Blue) = 57+102+128=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #396680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396680 is #C6997F. Grayscale: #5B5B5B. Windows color (decimal): -13015424 or 8414777. OLE color: 8414777.

HSL color Cylindrical-coordinate representation of color #396680: hue angle of 201.97º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #396680 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB57102128-
CMYK0.550.2000.50
HSL201.97º38.38%36.27%-
HSV(B)201.97º55.47%50.2%-
XYZ10.3311.9322.18-
YUV91.51148.59103.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 128 (50.39% from 255) = 44.60%
R=19.86%
G=35.54%
B=44.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571021280.550.2000.50201.9738.3836.27
Hex3966803714032ca2624
Octal7114620067240623124644
Binary11100111001101000000011011110100011001011001010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396680; }

 p { color: rgb(57,102,128); }

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

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

 a { background-color: rgb(57,102,128); }

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

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

 span { border-color: rgb(57,102,128); }

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