Html Css Color HEX #396991 Astral

📋 copy color: '#396991'

red 57 ◦ green 105 ◦ blue 145

#396991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #396991

Tints of Astral #396991

RGB

 RED value IS 57 (22.66% from 255) = 18.57%

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 145 (57.03% from 255) = 47.23%

R = 18.57%
G = 34.2%
B = 47.23%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#396991 (or 0x396991) is known color: Astral. HEX triplet: 39, 69 and 91. RGB value is (57,105,145). Sum of RGB (Red+Green+Blue) = 57+105+145=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #396991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396991 is #C6966E. Grayscale: #5F5F5F. Windows color (decimal): -13014639 or 9529657. OLE color: 9529657.

HSL color Cylindrical-coordinate representation of color #396991: hue angle of 207.27º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396991 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 105 145 -
CMYK 0.61 0.28 0 0.43
HSL 207.27º 0.44% 0.4% -
HSV(B) 207.27º 0.61% 0.57% -
XYZ 11.85 13.02 28.68 -
YUV 95.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 57 105 145 0.61 0.28 0 0.43 207.27 0.44 0.4
Hex 39 69 91 3D 1C 0 2B CF 2C 28
Octal 71 151 221 75 34 0 53 317 54 50
Binary 111001 1101001 10010001 111101 11100 0 101011 11001111 101100 101000

Color Harmonies of #396991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396991

Black with #396991

Text Example


Text Example

White with #396991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396991; }

 p { color: rgb(57,105,145); }

 H1.HeaderClassName
 {
   color: #396991;
 }
 .AnyTagClassName
 {
   color: #396991;
 }
</style>

background-color css

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

 a { background-color: rgb(57,105,145); }

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

border-color css

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

 span { border-color: rgb(57,105,145); }

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