#395172

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

Shades of Astronaut #395172

Tints of Astronaut #395172

Color information

#395172 (or 0x395172) is unknown color: approx Astronaut. HEX triplet: 39, 51 and 72. RGB value is (57,81,114). Sum of RGB (Red+Green+Blue) = 57+81+114=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #395172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395172 is #C6AE8D. Grayscale: #4D4D4D. Windows color (decimal): -13020814 or 7491897. OLE color: 7491897.

HSL color Cylindrical-coordinate representation of color #395172: hue angle of 214.74º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395172 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5781114-
CMYK0.500.2900.55
HSL214.74º33.33%33.53%-
HSV(B)214.74º50%44.71%-
XYZ7.677.9717.05-
YUV77.59148.55113.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=22.62%
G=32.14%
B=45.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57811140.500.2900.55214.7433.3333.53
Hex395172321D037d72122
Octal7112116262350673274142
Binary1110011010001111001011001011101011011111010111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395172; }

 p { color: rgb(57,81,114); }

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

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

 a { background-color: rgb(57,81,114); }

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

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

 span { border-color: rgb(57,81,114); }

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