#435377

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

Shades of Astronaut #435377

Tints of Astronaut #435377

Color information

#435377 (or 0x435377) is unknown color: approx Astronaut. HEX triplet: 43, 53 and 77. RGB value is (67,83,119). Sum of RGB (Red+Green+Blue) = 67+83+119=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #435377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435377 is #BCAC88. Grayscale: #525252. Windows color (decimal): -12364937 or 7820099. OLE color: 7820099.

HSL color Cylindrical-coordinate representation of color #435377: hue angle of 221.54º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #435377 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6783119-
CMYK0.440.3000.53
HSL221.54º27.96%36.47%-
HSV(B)221.54º43.7%46.67%-
XYZ8.748.7118.67-
YUV82.32148.7117.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.91%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=24.91%
G=30.86%
B=44.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67831190.440.3000.53221.5427.9636.47
Hex4353772C1E035de1c24
Octal10312316754360653363444
Binary1000011101001111101111011001111001101011101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435377; }

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

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

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

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

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

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

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

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