Html Css Color HEX #397194 Astral

📋 copy color: '#397194'

red 57 ◦ green 113 ◦ blue 148

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

Shades of Astral #397194

Tints of Astral #397194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.54%

R = 17.92%
G = 35.53%
B = 46.54%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397194 (or 0x397194) is known color: Astral. HEX triplet: 39, 71 and 94. RGB value is (57,113,148). Sum of RGB (Red+Green+Blue) = 57+113+148=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #397194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397194 is #C68E6B. Grayscale: #646464. Windows color (decimal): -13012588 or 9728313. OLE color: 9728313.

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

Color convert

RGB 57 113 148 -
CMYK 0.61 0.24 0 0.42
HSL 203.08º 0.44% 0.4% -
HSV(B) 203.08º 0.61% 0.58% -
XYZ 12.94 14.82 30.2 -
YUV 100.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 57 113 148 0.61 0.24 0 0.42 203.08 0.44 0.4
Hex 39 71 94 3D 18 0 2A CB 2C 28
Octal 71 161 224 75 30 0 52 313 54 50
Binary 111001 1110001 10010100 111101 11000 0 101010 11001011 101100 101000

Color Harmonies of #397194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397194

Black with #397194

Text Example


Text Example

White with #397194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397194; }

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

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

background-color css

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

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

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

border-color css

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

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

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