Html Css Color HEX #395073 Astronaut

📋 copy color: '#395073'

red 57 ◦ green 80 ◦ blue 115

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

Shades of Astronaut #395073

Tints of Astronaut #395073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

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

R = 22.62%
G = 31.75%
B = 45.63%

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

#395073 (or 0x395073) is known color: Astronaut. HEX triplet: 39, 50 and 73. RGB value is (57,80,115). Sum of RGB (Red+Green+Blue) = 57+80+115=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #395073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395073 is #C6AF8C. Grayscale: #4C4C4C. Windows color (decimal): -13021069 or 7557177. OLE color: 7557177.

HSL color Cylindrical-coordinate representation of color #395073: hue angle of 216.21º 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 #395073 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 80 115 -
CMYK 0.50 0.30 0 0.55
HSL 216.21º 0.34% 0.34% -
HSV(B) 216.21º 0.5% 0.45% -
XYZ 7.65 7.84 17.33 -
YUV 77.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 57 80 115 0.50 0.30 0 0.55 216.21 0.34 0.34
Hex 39 50 73 32 1E 0 37 D8 22 22
Octal 71 120 163 62 36 0 67 330 42 42
Binary 111001 1010000 1110011 110010 11110 0 110111 11011000 100010 100010

Color Harmonies of #395073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395073

Black with #395073

Text Example


Text Example

White with #395073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395073; }

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

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

background-color css

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

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

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

border-color css

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

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

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