#435376

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

Shades of Astronaut #435376

Tints of Astronaut #435376

Color information

#435376 (or 0x435376) is unknown color: approx Astronaut. HEX triplet: 43, 53 and 76. RGB value is (67,83,118). Sum of RGB (Red+Green+Blue) = 67+83+118=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #435376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435376 is #BCAC89. Grayscale: #525252. Windows color (decimal): -12364938 or 7754563. OLE color: 7754563.

HSL color Cylindrical-coordinate representation of color #435376: hue angle of 221.18º degrees, saturation: 0.28, 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 #435376 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6783118-
CMYK0.430.3000.54
HSL221.18º27.57%36.27%-
HSV(B)221.18º43.22%46.27%-
XYZ8.688.6918.36-
YUV82.21148.2117.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=25%
G=30.97%
B=44.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67831180.430.3000.54221.1827.5736.27
Hex4353762B1E036dd1c24
Octal10312316653360663353444
Binary1000011101001111101101010111111001101101101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435376; }

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

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

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

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

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

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

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

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