Html Css Color HEX #405373 Astronaut

📋 copy color: '#405373'

red 64 ◦ green 83 ◦ blue 115

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

Shades of Astronaut #405373

Tints of Astronaut #405373

RGB

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

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

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

R = 24.43%
G = 31.68%
B = 43.89%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#405373 (or 0x405373) is known color: Astronaut. HEX triplet: 40, 53 and 73. RGB value is (64,83,115). Sum of RGB (Red+Green+Blue) = 64+83+115=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #405373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405373 is #BFAC8C. Grayscale: #505050. Windows color (decimal): -12561549 or 7557952. OLE color: 7557952.

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

Color convert

RGB 64 83 115 -
CMYK 0.44 0.28 0 0.55
HSL 217.65º 0.28% 0.35% -
HSV(B) 217.65º 0.44% 0.45% -
XYZ 8.3 8.51 17.43 -
YUV 80.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 64 83 115 0.44 0.28 0 0.55 217.65 0.28 0.35
Hex 40 53 73 2C 1C 0 37 DA 1C 23
Octal 100 123 163 54 34 0 67 332 34 43
Binary 1000000 1010011 1110011 101100 11100 0 110111 11011010 11100 100011

Color Harmonies of #405373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405373

Black with #405373

Text Example


Text Example

White with #405373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405373; }

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

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

background-color css

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

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

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

border-color css

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

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

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