#425275

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

Shades of Astronaut #425275

Tints of Astronaut #425275

Color information

#425275 (or 0x425275) is unknown color: approx Astronaut. HEX triplet: 42, 52 and 75. RGB value is (66,82,117). Sum of RGB (Red+Green+Blue) = 66+82+117=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #425275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425275 is #BDAD8A. Grayscale: #515151. Windows color (decimal): -12430731 or 7688770. OLE color: 7688770.

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

Color convert

RGB6682117-
CMYK0.440.3000.54
HSL221.18º27.87%35.88%-
HSV(B)221.18º43.59%45.88%-
XYZ8.478.4818.02-
YUV81.21148.2117.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=24.91%
G=30.94%
B=44.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66821170.440.3000.54221.1827.8735.88
Hex4252752C1E036dd1c24
Octal10212216554360663353444
Binary1000010101001011101011011001111001101101101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425275; }

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

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

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

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

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

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

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

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