Html Css Color HEX #397292 Astral

📋 copy color: '#397292'

red 57 ◦ green 114 ◦ blue 146

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

Shades of Astral #397292

Tints of Astral #397292

RGB

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

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

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

R = 17.98%
G = 35.96%
B = 46.06%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#397292 (or 0x397292) is known color: Astral. HEX triplet: 39, 72 and 92. RGB value is (57,114,146). Sum of RGB (Red+Green+Blue) = 57+114+146=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #397292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397292 is #C68D6D. Grayscale: #646464. Windows color (decimal): -13012334 or 9597497. OLE color: 9597497.

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

Color convert

RGB 57 114 146 -
CMYK 0.61 0.22 0 0.43
HSL 201.57º 0.44% 0.4% -
HSV(B) 201.57º 0.61% 0.57% -
XYZ 12.89 14.98 29.41 -
YUV 100.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 57 114 146 0.61 0.22 0 0.43 201.57 0.44 0.4
Hex 39 72 92 3D 16 0 2B CA 2C 28
Octal 71 162 222 75 26 0 53 312 54 50
Binary 111001 1110010 10010010 111101 10110 0 101011 11001010 101100 101000

Color Harmonies of #397292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397292

Black with #397292

Text Example


Text Example

White with #397292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397292; }

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

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

background-color css

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

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

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

border-color css

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

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

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