#435275

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

Shades of Astronaut #435275

Tints of Astronaut #435275

Color information

#435275 (or 0x435275) is unknown color: approx Astronaut. HEX triplet: 43, 52 and 75. RGB value is (67,82,117). Sum of RGB (Red+Green+Blue) = 67+82+117=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #435275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435275 is #BCAD8A. Grayscale: #515151. Windows color (decimal): -12365195 or 7688771. OLE color: 7688771.

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

Color convert

RGB6782117-
CMYK0.430.3000.54
HSL222º27.17%36.08%-
HSV(B)222º42.74%45.88%-
XYZ8.548.5118.02-
YUV81.5148.03117.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.19%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=25.19%
G=30.83%
B=43.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67821170.430.3000.5422227.1736.08
Hex4352752B1E036de1b24
Octal10312216553360663363344
Binary1000011101001011101011010111111001101101101111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435275; }

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

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

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

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

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

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

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

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