#425375

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

Shades of Astronaut #425375

Tints of Astronaut #425375

Color information

#425375 (or 0x425375) is unknown color: approx Astronaut. HEX triplet: 42, 53 and 75. RGB value is (66,83,117). Sum of RGB (Red+Green+Blue) = 66+83+117=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 83 (32.81% from 255 or 31.20% 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 #425375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425375 is #BDAC8A. Grayscale: #515151. Windows color (decimal): -12430475 or 7689026. OLE color: 7689026.

HSL color Cylindrical-coordinate representation of color #425375: hue angle of 220º 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 #425375 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6683117-
CMYK0.440.2900.54
HSL220º27.87%35.88%-
HSV(B)220º43.59%45.88%-
XYZ8.558.6318.04-
YUV81.79147.87116.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=24.81%
G=31.20%
B=43.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66831170.440.2900.5422027.8735.88
Hex4253752C1D036dc1c24
Octal10212316554350663343444
Binary1000010101001111101011011001110101101101101110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425375; }

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

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

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

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

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

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

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

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