Html Css Color HEX #397091 Astral

📋 copy color: '#397091'

red 57 ◦ green 112 ◦ blue 145

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

Shades of Astral #397091

Tints of Astral #397091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 18.15%
G = 35.67%
B = 46.18%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#397091 (or 0x397091) is known color: Astral. HEX triplet: 39, 70 and 91. RGB value is (57,112,145). Sum of RGB (Red+Green+Blue) = 57+112+145=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #397091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397091 is #C68F6E. Grayscale: #636363. Windows color (decimal): -13012847 or 9531449. OLE color: 9531449.

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

Color convert

RGB 57 112 145 -
CMYK 0.61 0.23 0 0.43
HSL 202.5º 0.44% 0.4% -
HSV(B) 202.5º 0.61% 0.57% -
XYZ 12.59 14.5 28.92 -
YUV 99.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 57 112 145 0.61 0.23 0 0.43 202.5 0.44 0.4
Hex 39 70 91 3D 17 0 2B CA 2C 28
Octal 71 160 221 75 27 0 53 312 54 50
Binary 111001 1110000 10010001 111101 10111 0 101011 11001010 101100 101000

Color Harmonies of #397091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397091

Black with #397091

Text Example


Text Example

White with #397091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397091; }

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

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

background-color css

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

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

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

border-color css

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

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

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