Html Css Color HEX #397095 Astral

📋 copy color: '#397095'

red 57 ◦ green 112 ◦ blue 149

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

Shades of Astral #397095

Tints of Astral #397095

RGB

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

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

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

R = 17.92%
G = 35.22%
B = 46.86%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397095 (or 0x397095) is known color: Astral. HEX triplet: 39, 70 and 95. RGB value is (57,112,149). Sum of RGB (Red+Green+Blue) = 57+112+149=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #397095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397095 is #C68F6A. Grayscale: #636363. Windows color (decimal): -13012843 or 9793593. OLE color: 9793593.

HSL color Cylindrical-coordinate representation of color #397095: hue angle of 204.13º 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 #397095 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 112 149 -
CMYK 0.62 0.25 0 0.42
HSL 204.13º 0.45% 0.4% -
HSV(B) 204.13º 0.62% 0.58% -
XYZ 12.91 14.63 30.58 -
YUV 99.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 57 112 149 0.62 0.25 0 0.42 204.13 0.45 0.4
Hex 39 70 95 3E 19 0 2A CC 2D 28
Octal 71 160 225 76 31 0 52 314 55 50
Binary 111001 1110000 10010101 111110 11001 0 101010 11001100 101101 101000

Color Harmonies of #397095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397095

Black with #397095

Text Example


Text Example

White with #397095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397095; }

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

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

background-color css

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

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

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

border-color css

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

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

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