#435172

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

Shades of Astronaut #435172

Tints of Astronaut #435172

Color information

#435172 (or 0x435172) is unknown color: approx Astronaut. HEX triplet: 43, 51 and 72. RGB value is (67,81,114). Sum of RGB (Red+Green+Blue) = 67+81+114=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #435172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435172 is #BCAE8D. Grayscale: #505050. Windows color (decimal): -12365454 or 7491907. OLE color: 7491907.

HSL color Cylindrical-coordinate representation of color #435172: hue angle of 222.13º 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 #435172 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6781114-
CMYK0.410.2900.55
HSL222.13º25.97%35.49%-
HSV(B)222.13º41.23%44.71%-
XYZ8.298.2917.08-
YUV80.58146.86118.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.57%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=25.57%
G=30.92%
B=43.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67811140.410.2900.55222.1325.9735.49
Hex435172291D037de1a23
Octal10312116251350673363243
Binary1000011101000111100101010011110101101111101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435172; }

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

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

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

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

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

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

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

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