Html Css Color HEX #405370 Astronaut

📋 copy color: '#405370'

red 64 ◦ green 83 ◦ blue 112

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

Shades of Astronaut #405370

Tints of Astronaut #405370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.24%

R = 24.71%
G = 32.05%
B = 43.24%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#405370 (or 0x405370) is known color: Astronaut. HEX triplet: 40, 53 and 70. RGB value is (64,83,112). Sum of RGB (Red+Green+Blue) = 64+83+112=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #405370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405370 is #BFAC8F. Grayscale: #505050. Windows color (decimal): -12561552 or 7361344. OLE color: 7361344.

HSL color Cylindrical-coordinate representation of color #405370: hue angle of 216.25º degrees, saturation: 0.27, 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 #405370 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 83 112 -
CMYK 0.43 0.26 0 0.56
HSL 216.25º 0.27% 0.35% -
HSV(B) 216.25º 0.43% 0.44% -
XYZ 8.13 8.45 16.53 -
YUV 80.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 64 83 112 0.43 0.26 0 0.56 216.25 0.27 0.35
Hex 40 53 70 2B 1A 0 38 D8 1B 23
Octal 100 123 160 53 32 0 70 330 33 43
Binary 1000000 1010011 1110000 101011 11010 0 111000 11011000 11011 100011

Color Harmonies of #405370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405370

Black with #405370

Text Example


Text Example

White with #405370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405370; }

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

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

background-color css

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

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

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

border-color css

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

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

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