#435472

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

Shades of Astronaut #435472

Tints of Astronaut #435472

Color information

#435472 (or 0x435472) is unknown color: approx Astronaut. HEX triplet: 43, 54 and 72. RGB value is (67,84,114). Sum of RGB (Red+Green+Blue) = 67+84+114=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #435472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435472 is #BCAB8D. Grayscale: #525252. Windows color (decimal): -12364686 or 7492675. OLE color: 7492675.

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

Color convert

RGB6784114-
CMYK0.410.2600.55
HSL218.3º25.97%35.49%-
HSV(B)218.3º41.23%44.71%-
XYZ8.528.7517.16-
YUV82.34145.87117.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.28%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=25.28%
G=31.70%
B=43.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67841140.410.2600.55218.325.9735.49
Hex435472291A037da1a23
Octal10312416251320673323243
Binary1000011101010011100101010011101001101111101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435472; }

 p { color: rgb(67,84,114); }

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

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

 a { background-color: rgb(67,84,114); }

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

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

 span { border-color: rgb(67,84,114); }

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