#435378

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

Shades of Astronaut #435378

Tints of Astronaut #435378

Color information

#435378 (or 0x435378) is unknown color: approx Astronaut. HEX triplet: 43, 53 and 78. RGB value is (67,83,120). Sum of RGB (Red+Green+Blue) = 67+83+120=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #435378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435378 is #BCAC87. Grayscale: #525252. Windows color (decimal): -12364936 or 7885635. OLE color: 7885635.

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

Color convert

RGB6783120-
CMYK0.440.3100.53
HSL221.89º28.34%36.67%-
HSV(B)221.89º44.17%47.06%-
XYZ8.88.7418.99-
YUV82.43149.2116.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.81%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=24.81%
G=30.74%
B=44.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67831200.440.3100.53221.8928.3436.67
Hex4353782C1F035de1c25
Octal10312317054370653363445
Binary1000011101001111110001011001111101101011101111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435378; }

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

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

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

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

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

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

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

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