#425280

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

Shades of Astronaut #425280

Tints of Astronaut #425280

Color information

#425280 (or 0x425280) is unknown color: approx Astronaut. HEX triplet: 42, 52 and 80. RGB value is (66,82,128). Sum of RGB (Red+Green+Blue) = 66+82+128=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #425280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425280 is #BDAD7F. Grayscale: #525252. Windows color (decimal): -12430720 or 8409666. OLE color: 8409666.

HSL color Cylindrical-coordinate representation of color #425280: hue angle of 224.52º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #425280 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6682128-
CMYK0.480.3600.50
HSL224.52º31.96%38.04%-
HSV(B)224.52º48.44%50.2%-
XYZ9.168.7521.63-
YUV82.46153.7116.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=23.91%
G=29.71%
B=46.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66821280.480.3600.50224.5231.9638.04
Hex4252803024032e12026
Octal10212220060440623414046
Binary1000010101001010000000110000100100011001011100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425280; }

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

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

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

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

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

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

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

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