Html Css Color HEX #397594 Astral

📋 copy color: '#397594'

red 57 ◦ green 117 ◦ blue 148

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

Shades of Astral #397594

Tints of Astral #397594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 17.7%
G = 36.34%
B = 45.96%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397594 (or 0x397594) is known color: Astral. HEX triplet: 39, 75 and 94. RGB value is (57,117,148). Sum of RGB (Red+Green+Blue) = 57+117+148=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #397594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397594 is #C68A6B. Grayscale: #666666. Windows color (decimal): -13011564 or 9729337. OLE color: 9729337.

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

Color convert

RGB 57 117 148 -
CMYK 0.61 0.21 0 0.42
HSL 200.44º 0.44% 0.4% -
HSV(B) 200.44º 0.61% 0.58% -
XYZ 13.39 15.73 30.35 -
YUV 102.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 57 117 148 0.61 0.21 0 0.42 200.44 0.44 0.4
Hex 39 75 94 3D 15 0 2A C8 2C 28
Octal 71 165 224 75 25 0 52 310 54 50
Binary 111001 1110101 10010100 111101 10101 0 101010 11001000 101100 101000

Color Harmonies of #397594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397594

Black with #397594

Text Example


Text Example

White with #397594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397594; }

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

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

background-color css

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

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

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

border-color css

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

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

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