#435272

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

Shades of Astronaut #435272

Tints of Astronaut #435272

Color information

#435272 (or 0x435272) is unknown color: approx Astronaut. HEX triplet: 43, 52 and 72. RGB value is (67,82,114). Sum of RGB (Red+Green+Blue) = 67+82+114=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #435272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435272 is #BCAD8D. Grayscale: #515151. Windows color (decimal): -12365198 or 7492163. OLE color: 7492163.

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

Color convert

RGB6782114-
CMYK0.410.2800.55
HSL220.85º25.97%35.49%-
HSV(B)220.85º41.23%44.71%-
XYZ8.378.4417.11-
YUV81.16146.53117.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=25.48%
G=31.18%
B=43.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67821140.410.2800.55220.8525.9735.49
Hex435272291C037dd1a23
Octal10312216251340673353243
Binary1000011101001011100101010011110001101111101110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435272; }

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

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

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

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

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

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

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

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