#435379

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

Shades of Astronaut #435379

Tints of Astronaut #435379

Color information

#435379 (or 0x435379) is unknown color: approx Astronaut. HEX triplet: 43, 53 and 79. RGB value is (67,83,121). Sum of RGB (Red+Green+Blue) = 67+83+121=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #435379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435379 is #BCAC86. Grayscale: #525252. Windows color (decimal): -12364935 or 7951171. OLE color: 7951171.

HSL color Cylindrical-coordinate representation of color #435379: hue angle of 222.22º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #435379 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6783121-
CMYK0.450.3100.53
HSL222.22º28.72%36.86%-
HSV(B)222.22º44.63%47.45%-
XYZ8.868.7619.31-
YUV82.55149.7116.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.72%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=24.72%
G=30.63%
B=44.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67831210.450.3100.53222.2228.7236.86
Hex4353792D1F035de1d25
Octal10312317155370653363545
Binary1000011101001111110011011011111101101011101111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435379; }

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

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

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

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

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

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

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

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