Html Css Color HEX #405277 Astronaut

📋 copy color: '#405277'

red 64 ◦ green 82 ◦ blue 119

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

Shades of Astronaut #405277

Tints of Astronaut #405277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.91%

R = 24.15%
G = 30.94%
B = 44.91%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405277 (or 0x405277) is known color: Astronaut. HEX triplet: 40, 52 and 77. RGB value is (64,82,119). Sum of RGB (Red+Green+Blue) = 64+82+119=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #405277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405277 is #BFAD88. Grayscale: #505050. Windows color (decimal): -12561801 or 7819840. OLE color: 7819840.

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

Color convert

RGB 64 82 119 -
CMYK 0.46 0.31 0 0.53
HSL 220.36º 0.3% 0.36% -
HSV(B) 220.36º 0.46% 0.47% -
XYZ 8.46 8.46 18.64 -
YUV 80.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 64 82 119 0.46 0.31 0 0.53 220.36 0.3 0.36
Hex 40 52 77 2E 1F 0 35 DC 1E 24
Octal 100 122 167 56 37 0 65 334 36 44
Binary 1000000 1010010 1110111 101110 11111 0 110101 11011100 11110 100100

Color Harmonies of #405277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405277

Black with #405277

Text Example


Text Example

White with #405277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405277; }

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

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

background-color css

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

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

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

border-color css

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

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

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