#435170

Color #435170 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #435170

Tints of Astronaut #435170

Color information

#435170 (or 0x435170) is unknown color: approx Astronaut. HEX triplet: 43, 51 and 70. RGB value is (67,81,112). Sum of RGB (Red+Green+Blue) = 67+81+112=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #435170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435170 is #BCAE8F. Grayscale: #505050. Windows color (decimal): -12365456 or 7360835. OLE color: 7360835.

HSL color Cylindrical-coordinate representation of color #435170: hue angle of 221.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #435170 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6781112-
CMYK0.400.2800.56
HSL221.33º25.14%35.1%-
HSV(B)221.33º40.18%43.92%-
XYZ8.188.2516.49-
YUV80.35145.86118.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.77%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=25.77%
G=31.15%
B=43.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67811120.400.2800.56221.3325.1435.1
Hex435170281C038dd1923
Octal10312116050340703353143
Binary1000011101000111100001010001110001110001101110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435170; }

 p { color: rgb(67,81,112); }

 H1.HeaderClassName
 {
   color: #435170;
 }
 .AnyTagClassName
 {
   color: #435170;
 }
</style>
background-color css

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

 a { background-color: rgb(67,81,112); }

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

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

 span { border-color: rgb(67,81,112); }

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