Html Css Color HEX #397092 Astral

📋 copy color: '#397092'

red 57 ◦ green 112 ◦ blue 146

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

Shades of Astral #397092

Tints of Astral #397092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 18.1%
G = 35.56%
B = 46.35%

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

#397092 (or 0x397092) is known color: Astral. HEX triplet: 39, 70 and 92. RGB value is (57,112,146). Sum of RGB (Red+Green+Blue) = 57+112+146=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #397092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397092 is #C68F6D. Grayscale: #636363. Windows color (decimal): -13012846 or 9596985. OLE color: 9596985.

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

Color convert

RGB 57 112 146 -
CMYK 0.61 0.23 0 0.43
HSL 202.92º 0.44% 0.4% -
HSV(B) 202.92º 0.61% 0.57% -
XYZ 12.67 14.53 29.33 -
YUV 99.43 154.28 97.74 -
System Red Green Blue C M Y K H S L
Decimal 57 112 146 0.61 0.23 0 0.43 202.92 0.44 0.4
Hex 39 70 92 3D 17 0 2B CB 2C 28
Octal 71 160 222 75 27 0 53 313 54 50
Binary 111001 1110000 10010010 111101 10111 0 101011 11001011 101100 101000

Color Harmonies of #397092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397092

Black with #397092

Text Example


Text Example

White with #397092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397092; }

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

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

background-color css

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

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

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

border-color css

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

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

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