Html Css Color HEX #405376 Astronaut

📋 copy color: '#405376'

red 64 ◦ green 83 ◦ blue 118

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

Shades of Astronaut #405376

Tints of Astronaut #405376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 24.15%
G = 31.32%
B = 44.53%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405376 (or 0x405376) is known color: Astronaut. HEX triplet: 40, 53 and 76. RGB value is (64,83,118). Sum of RGB (Red+Green+Blue) = 64+83+118=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #405376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405376 is #BFAC89. Grayscale: #515151. Windows color (decimal): -12561546 or 7754560. OLE color: 7754560.

HSL color Cylindrical-coordinate representation of color #405376: hue angle of 218.89º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #405376 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 83 118 -
CMYK 0.46 0.30 0 0.54
HSL 218.89º 0.3% 0.36% -
HSV(B) 218.89º 0.46% 0.46% -
XYZ 8.48 8.58 18.35 -
YUV 81.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 64 83 118 0.46 0.30 0 0.54 218.89 0.3 0.36
Hex 40 53 76 2E 1E 0 36 DB 1E 24
Octal 100 123 166 56 36 0 66 333 36 44
Binary 1000000 1010011 1110110 101110 11110 0 110110 11011011 11110 100100

Color Harmonies of #405376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405376

Black with #405376

Text Example


Text Example

White with #405376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405376; }

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

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

background-color css

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

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

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

border-color css

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

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

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