Html Css Color HEX #395173 Astronaut

📋 copy color: '#395173'

red 57 ◦ green 81 ◦ blue 115

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

Shades of Astronaut #395173

Tints of Astronaut #395173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.02%

 BLUE value IS 115 (45.31% from 255) = 45.45%

R = 22.53%
G = 32.02%
B = 45.45%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#395173 (or 0x395173) is known color: Astronaut. HEX triplet: 39, 51 and 73. RGB value is (57,81,115). Sum of RGB (Red+Green+Blue) = 57+81+115=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #395173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395173 is #C6AE8C. Grayscale: #4D4D4D. Windows color (decimal): -13020813 or 7557433. OLE color: 7557433.

HSL color Cylindrical-coordinate representation of color #395173: hue angle of 215.17º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395173 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 81 115 -
CMYK 0.50 0.30 0 0.55
HSL 215.17º 0.34% 0.34% -
HSV(B) 215.17º 0.5% 0.45% -
XYZ 7.72 7.99 17.36 -
YUV 77.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 57 81 115 0.50 0.30 0 0.55 215.17 0.34 0.34
Hex 39 51 73 32 1E 0 37 D7 22 22
Octal 71 121 163 62 36 0 67 327 42 42
Binary 111001 1010001 1110011 110010 11110 0 110111 11010111 100010 100010

Color Harmonies of #395173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395173

Black with #395173

Text Example


Text Example

White with #395173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395173; }

 p { color: rgb(57,81,115); }

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

background-color css

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

 a { background-color: rgb(57,81,115); }

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

border-color css

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

 span { border-color: rgb(57,81,115); }

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