#396881

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

Shades of Astral #396881

Tints of Astral #396881

Color information

#396881 (or 0x396881) is unknown color: approx Astral. HEX triplet: 39, 68 and 81. RGB value is (57,104,129). Sum of RGB (Red+Green+Blue) = 57+104+129=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #396881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396881 is #C6977E. Grayscale: #5C5C5C. Windows color (decimal): -13014911 or 8480825. OLE color: 8480825.

HSL color Cylindrical-coordinate representation of color #396881: hue angle of 200.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396881 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57104129-
CMYK0.560.1900.49
HSL200.83º38.71%36.47%-
HSV(B)200.83º55.81%50.59%-
XYZ10.612.3622.6-
YUV92.8148.43102.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=19.66%
G=35.86%
B=44.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571041290.560.1900.49200.8338.7136.47
Hex3968813813031c92724
Octal7115020170230613114744
Binary11100111010001000000111100010011011000111001001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396881; }

 p { color: rgb(57,104,129); }

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

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

 a { background-color: rgb(57,104,129); }

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

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

 span { border-color: rgb(57,104,129); }

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