#425373

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

Shades of Astronaut #425373

Tints of Astronaut #425373

Color information

#425373 (or 0x425373) is unknown color: approx Astronaut. HEX triplet: 42, 53 and 73. RGB value is (66,83,115). Sum of RGB (Red+Green+Blue) = 66+83+115=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #425373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425373 is #BDAC8C. Grayscale: #515151. Windows color (decimal): -12430477 or 7557954. OLE color: 7557954.

HSL color Cylindrical-coordinate representation of color #425373: hue angle of 219.18º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #425373 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6683115-
CMYK0.430.2800.55
HSL219.18º27.07%35.49%-
HSV(B)219.18º42.61%45.1%-
XYZ8.438.5817.43-
YUV81.56146.87116.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=25%
G=31.44%
B=43.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66831150.430.2800.55219.1827.0735.49
Hex4253732B1C037db1b23
Octal10212316353340673333343
Binary1000010101001111100111010111110001101111101101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425373; }

 p { color: rgb(66,83,115); }

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

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

 a { background-color: rgb(66,83,115); }

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

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

 span { border-color: rgb(66,83,115); }

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