#435375

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

Shades of Astronaut #435375

Tints of Astronaut #435375

Color information

#435375 (or 0x435375) is unknown color: approx Astronaut. HEX triplet: 43, 53 and 75. RGB value is (67,83,117). Sum of RGB (Red+Green+Blue) = 67+83+117=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #435375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435375 is #BCAC8A. Grayscale: #515151. Windows color (decimal): -12364939 or 7689027. OLE color: 7689027.

HSL color Cylindrical-coordinate representation of color #435375: hue angle of 220.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #435375 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6783117-
CMYK0.430.2900.54
HSL220.8º27.17%36.08%-
HSV(B)220.8º42.74%45.88%-
XYZ8.628.6618.05-
YUV82.09147.7117.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.09%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=25.09%
G=31.09%
B=43.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67831170.430.2900.54220.827.1736.08
Hex4353752B1D036dd1b24
Octal10312316553350663353344
Binary1000011101001111101011010111110101101101101110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435375; }

 p { color: rgb(67,83,117); }

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

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

 a { background-color: rgb(67,83,117); }

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

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

 span { border-color: rgb(67,83,117); }

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