Html Css Color HEX #397291 Astral

📋 copy color: '#397291'

red 57 ◦ green 114 ◦ blue 145

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

Shades of Astral #397291

Tints of Astral #397291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

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

R = 18.04%
G = 36.08%
B = 45.89%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#397291 (or 0x397291) is known color: Astral. HEX triplet: 39, 72 and 91. RGB value is (57,114,145). Sum of RGB (Red+Green+Blue) = 57+114+145=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #397291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397291 is #C68D6E. Grayscale: #646464. Windows color (decimal): -13012335 or 9531961. OLE color: 9531961.

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

Color convert

RGB 57 114 145 -
CMYK 0.61 0.21 0 0.43
HSL 201.14º 0.44% 0.4% -
HSV(B) 201.14º 0.61% 0.57% -
XYZ 12.82 14.95 29 -
YUV 100.49 153.12 96.98 -
System Red Green Blue C M Y K H S L
Decimal 57 114 145 0.61 0.21 0 0.43 201.14 0.44 0.4
Hex 39 72 91 3D 15 0 2B C9 2C 28
Octal 71 162 221 75 25 0 53 311 54 50
Binary 111001 1110010 10010001 111101 10101 0 101011 11001001 101100 101000

Color Harmonies of #397291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397291

Black with #397291

Text Example


Text Example

White with #397291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397291; }

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

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

background-color css

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

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

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

border-color css

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

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

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