Html Css Color HEX #397089 Astral

📋 copy color: '#397089'

red 57 ◦ green 112 ◦ blue 137

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

Shades of Astral #397089

Tints of Astral #397089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.77%

R = 18.63%
G = 36.6%
B = 44.77%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#397089 (or 0x397089) is known color: Astral. HEX triplet: 39, 70 and 89. RGB value is (57,112,137). Sum of RGB (Red+Green+Blue) = 57+112+137=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #397089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397089 is #C68F76. Grayscale: #626262. Windows color (decimal): -13012855 or 9007161. OLE color: 9007161.

HSL color Cylindrical-coordinate representation of color #397089: hue angle of 198.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397089 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 112 137 -
CMYK 0.58 0.18 0 0.46
HSL 198.75º 0.41% 0.38% -
HSV(B) 198.75º 0.58% 0.54% -
XYZ 12 14.26 25.79 -
YUV 98.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 57 112 137 0.58 0.18 0 0.46 198.75 0.41 0.38
Hex 39 70 89 3A 12 0 2E C7 29 26
Octal 71 160 211 72 22 0 56 307 51 46
Binary 111001 1110000 10001001 111010 10010 0 101110 11000111 101001 100110

Color Harmonies of #397089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397089

Black with #397089

Text Example


Text Example

White with #397089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397089; }

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

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

background-color css

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

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

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

border-color css

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

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

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