#435072

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

Shades of Astronaut #435072

Tints of Astronaut #435072

Color information

#435072 (or 0x435072) is unknown color: approx Astronaut. HEX triplet: 43, 50 and 72. RGB value is (67,80,114). Sum of RGB (Red+Green+Blue) = 67+80+114=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #435072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435072 is #BCAF8D. Grayscale: #4F4F4F. Windows color (decimal): -12365710 or 7491651. OLE color: 7491651.

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

Color convert

RGB6780114-
CMYK0.410.3000.55
HSL223.4º25.97%35.49%-
HSV(B)223.4º41.23%44.71%-
XYZ8.228.1517.06-
YUV79.99147.19118.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.67%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=25.67%
G=30.65%
B=43.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67801140.410.3000.55223.425.9735.49
Hex435072291E037df1a23
Octal10312016251360673373243
Binary1000011101000011100101010011111001101111101111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435072; }

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

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

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

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

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

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

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

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