Html Css Color HEX #396891 Astral

📋 copy color: '#396891'

red 57 ◦ green 104 ◦ blue 145

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

Shades of Astral #396891

Tints of Astral #396891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

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

R = 18.63%
G = 33.99%
B = 47.39%

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

#396891 (or 0x396891) is known color: Astral. HEX triplet: 39, 68 and 91. RGB value is (57,104,145). Sum of RGB (Red+Green+Blue) = 57+104+145=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #396891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396891 is #C6976E. Grayscale: #5E5E5E. Windows color (decimal): -13014895 or 9529401. OLE color: 9529401.

HSL color Cylindrical-coordinate representation of color #396891: hue angle of 207.95º 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 #396891 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 104 145 -
CMYK 0.61 0.28 0 0.43
HSL 207.95º 0.44% 0.4% -
HSV(B) 207.95º 0.61% 0.57% -
XYZ 11.75 12.81 28.64 -
YUV 94.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 57 104 145 0.61 0.28 0 0.43 207.95 0.44 0.4
Hex 39 68 91 3D 1C 0 2B D0 2C 28
Octal 71 150 221 75 34 0 53 320 54 50
Binary 111001 1101000 10010001 111101 11100 0 101011 11010000 101100 101000

Color Harmonies of #396891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396891

Black with #396891

Text Example


Text Example

White with #396891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396891; }

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

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

background-color css

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

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

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

border-color css

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

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

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