Html Css Color HEX #405375 Astronaut

📋 copy color: '#405375'

red 64 ◦ green 83 ◦ blue 117

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

Shades of Astronaut #405375

Tints of Astronaut #405375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 24.24%
G = 31.44%
B = 44.32%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405375 (or 0x405375) is known color: Astronaut. HEX triplet: 40, 53 and 75. RGB value is (64,83,117). Sum of RGB (Red+Green+Blue) = 64+83+117=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #405375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405375 is #BFAC8A. Grayscale: #515151. Windows color (decimal): -12561547 or 7689024. OLE color: 7689024.

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

Color convert

RGB 64 83 117 -
CMYK 0.45 0.29 0 0.54
HSL 218.49º 0.29% 0.35% -
HSV(B) 218.49º 0.45% 0.46% -
XYZ 8.42 8.56 18.04 -
YUV 81.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 64 83 117 0.45 0.29 0 0.54 218.49 0.29 0.35
Hex 40 53 75 2D 1D 0 36 DA 1D 23
Octal 100 123 165 55 35 0 66 332 35 43
Binary 1000000 1010011 1110101 101101 11101 0 110110 11011010 11101 100011

Color Harmonies of #405375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405375

Black with #405375

Text Example


Text Example

White with #405375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405375; }

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

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

background-color css

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

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

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

border-color css

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

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

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