#435270

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

Shades of Astronaut #435270

Tints of Astronaut #435270

Color information

#435270 (or 0x435270) is unknown color: approx Astronaut. HEX triplet: 43, 52 and 70. RGB value is (67,82,112). Sum of RGB (Red+Green+Blue) = 67+82+112=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #435270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435270 is #BCAD8F. Grayscale: #505050. Windows color (decimal): -12365200 or 7361091. OLE color: 7361091.

HSL color Cylindrical-coordinate representation of color #435270: hue angle of 220º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #435270 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6782112-
CMYK0.400.2700.56
HSL220º25.14%35.1%-
HSV(B)220º40.18%43.92%-
XYZ8.268.416.51-
YUV80.94145.53118.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.67%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=25.67%
G=31.42%
B=42.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67821120.400.2700.5622025.1435.1
Hex435270281B038dc1923
Octal10312216050330703343143
Binary1000011101001011100001010001101101110001101110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435270; }

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

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

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

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

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

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

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

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