#435276

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

Shades of Astronaut #435276

Tints of Astronaut #435276

Color information

#435276 (or 0x435276) is unknown color: approx Astronaut. HEX triplet: 43, 52 and 76. RGB value is (67,82,118). Sum of RGB (Red+Green+Blue) = 67+82+118=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #435276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435276 is #BCAD89. Grayscale: #515151. Windows color (decimal): -12365194 or 7754307. OLE color: 7754307.

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

Color convert

RGB6782118-
CMYK0.430.3100.54
HSL222.35º27.57%36.27%-
HSV(B)222.35º43.22%46.27%-
XYZ8.68.5418.33-
YUV81.62148.53117.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.09%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=25.09%
G=30.71%
B=44.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67821180.430.3100.54222.3527.5736.27
Hex4352762B1F036de1c24
Octal10312216653370663363444
Binary1000011101001011101101010111111101101101101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435276; }

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

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

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

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

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

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

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

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