#435070

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

Shades of Astronaut #435070

Tints of Astronaut #435070

Color information

#435070 (or 0x435070) is unknown color: approx Astronaut. HEX triplet: 43, 50 and 70. RGB value is (67,80,112). Sum of RGB (Red+Green+Blue) = 67+80+112=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #435070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435070 is #BCAF8F. Grayscale: #4F4F4F. Windows color (decimal): -12365712 or 7360579. OLE color: 7360579.

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

Color convert

RGB6780112-
CMYK0.400.2900.56
HSL222.67º25.14%35.1%-
HSV(B)222.67º40.18%43.92%-
XYZ8.118.116.47-
YUV79.76146.19118.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.87%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=25.87%
G=30.89%
B=43.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67801120.400.2900.56222.6725.1435.1
Hex435070281D038df1923
Octal10312016050350703373143
Binary1000011101000011100001010001110101110001101111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435070; }

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

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

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

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

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

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

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

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