Html Css Color HEX #405271 Astronaut

📋 copy color: '#405271'

red 64 ◦ green 82 ◦ blue 113

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

Shades of Astronaut #405271

Tints of Astronaut #405271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.66%

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

R = 24.71%
G = 31.66%
B = 43.63%

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

#405271 (or 0x405271) is known color: Astronaut. HEX triplet: 40, 52 and 71. RGB value is (64,82,113). Sum of RGB (Red+Green+Blue) = 64+82+113=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #405271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405271 is #BFAD8E. Grayscale: #505050. Windows color (decimal): -12561807 or 7426624. OLE color: 7426624.

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

Color convert

RGB 64 82 113 -
CMYK 0.43 0.27 0 0.56
HSL 217.96º 0.28% 0.35% -
HSV(B) 217.96º 0.43% 0.44% -
XYZ 8.11 8.32 16.8 -
YUV 80.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 64 82 113 0.43 0.27 0 0.56 217.96 0.28 0.35
Hex 40 52 71 2B 1B 0 38 DA 1C 23
Octal 100 122 161 53 33 0 70 332 34 43
Binary 1000000 1010010 1110001 101011 11011 0 111000 11011010 11100 100011

Color Harmonies of #405271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405271

Black with #405271

Text Example


Text Example

White with #405271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405271; }

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

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

background-color css

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

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

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

border-color css

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

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

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