Html Css Color HEX #397195 Astral

📋 copy color: '#397195'

red 57 ◦ green 113 ◦ blue 149

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

Shades of Astral #397195

Tints of Astral #397195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

 BLUE value IS 149 (58.59% from 255) = 46.71%

R = 17.87%
G = 35.42%
B = 46.71%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397195 (or 0x397195) is known color: Astral. HEX triplet: 39, 71 and 95. RGB value is (57,113,149). Sum of RGB (Red+Green+Blue) = 57+113+149=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #397195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397195 is #C68E6A. Grayscale: #646464. Windows color (decimal): -13012587 or 9793849. OLE color: 9793849.

HSL color Cylindrical-coordinate representation of color #397195: hue angle of 203.48º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397195 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 113 149 -
CMYK 0.62 0.24 0 0.42
HSL 203.48º 0.45% 0.4% -
HSV(B) 203.48º 0.62% 0.58% -
XYZ 13.02 14.85 30.61 -
YUV 100.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 57 113 149 0.62 0.24 0 0.42 203.48 0.45 0.4
Hex 39 71 95 3E 18 0 2A CB 2D 28
Octal 71 161 225 76 30 0 52 313 55 50
Binary 111001 1110001 10010101 111110 11000 0 101010 11001011 101101 101000

Color Harmonies of #397195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397195

Black with #397195

Text Example


Text Example

White with #397195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397195; }

 p { color: rgb(57,113,149); }

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

background-color css

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

 a { background-color: rgb(57,113,149); }

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

border-color css

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

 span { border-color: rgb(57,113,149); }

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