Html Css Color HEX #405371 Astronaut

📋 copy color: '#405371'

red 64 ◦ green 83 ◦ blue 113

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

Shades of Astronaut #405371

Tints of Astronaut #405371

RGB

 RED value IS 64 (25.39% from 255) = 24.62%

 GREEN value IS 83 (32.81% from 255) = 31.92%

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 24.62%
G = 31.92%
B = 43.46%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#405371 (or 0x405371) is known color: Astronaut. HEX triplet: 40, 53 and 71. RGB value is (64,83,113). Sum of RGB (Red+Green+Blue) = 64+83+113=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #405371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405371 is #BFAC8E. Grayscale: #505050. Windows color (decimal): -12561551 or 7426880. OLE color: 7426880.

HSL color Cylindrical-coordinate representation of color #405371: hue angle of 216.73º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405371 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 83 113 -
CMYK 0.43 0.27 0 0.56
HSL 216.73º 0.28% 0.35% -
HSV(B) 216.73º 0.43% 0.44% -
XYZ 8.19 8.47 16.83 -
YUV 80.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 64 83 113 0.43 0.27 0 0.56 216.73 0.28 0.35
Hex 40 53 71 2B 1B 0 38 D9 1C 23
Octal 100 123 161 53 33 0 70 331 34 43
Binary 1000000 1010011 1110001 101011 11011 0 111000 11011001 11100 100011

Color Harmonies of #405371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405371

Black with #405371

Text Example


Text Example

White with #405371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405371; }

 p { color: rgb(64,83,113); }

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

background-color css

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

 a { background-color: rgb(64,83,113); }

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

border-color css

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

 span { border-color: rgb(64,83,113); }

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