#435076

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

Shades of Astronaut #435076

Tints of Astronaut #435076

Color information

#435076 (or 0x435076) is unknown color: approx Astronaut. HEX triplet: 43, 50 and 76. RGB value is (67,80,118). Sum of RGB (Red+Green+Blue) = 67+80+118=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #435076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435076 is #BCAF89. Grayscale: #505050. Windows color (decimal): -12365706 or 7753795. OLE color: 7753795.

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

Color convert

RGB6780118-
CMYK0.430.3200.54
HSL224.71º27.57%36.27%-
HSV(B)224.71º43.22%46.27%-
XYZ8.458.2418.28-
YUV80.44149.19118.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.28%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=25.28%
G=30.19%
B=44.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67801180.430.3200.54224.7127.5736.27
Hex4350762B20036e11c24
Octal10312016653400663413444
Binary10000111010000111011010101110000001101101110000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435076; }

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

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

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

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

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

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

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

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