#435071

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

Shades of Astronaut #435071

Tints of Astronaut #435071

Color information

#435071 (or 0x435071) is unknown color: approx Astronaut. HEX triplet: 43, 50 and 71. RGB value is (67,80,113). Sum of RGB (Red+Green+Blue) = 67+80+113=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #435071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435071 is #BCAF8E. Grayscale: #4F4F4F. Windows color (decimal): -12365711 or 7426115. OLE color: 7426115.

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

Color convert

RGB6780113-
CMYK0.410.2900.56
HSL223.04º25.56%35.29%-
HSV(B)223.04º40.71%44.31%-
XYZ8.168.1216.76-
YUV79.88146.69118.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.77%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=25.77%
G=30.77%
B=43.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67801130.410.2900.56223.0425.5635.29
Hex435071291D038df1a23
Octal10312016151350703373243
Binary1000011101000011100011010011110101110001101111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435071; }

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

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

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

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

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

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

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

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