#395072

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

Shades of Astronaut #395072

Tints of Astronaut #395072

Color information

#395072 (or 0x395072) is unknown color: approx Astronaut. HEX triplet: 39, 50 and 72. RGB value is (57,80,114). Sum of RGB (Red+Green+Blue) = 57+80+114=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #395072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395072 is #C6AF8D. Grayscale: #4C4C4C. Windows color (decimal): -13021070 or 7491641. OLE color: 7491641.

HSL color Cylindrical-coordinate representation of color #395072: hue angle of 215.79º 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 #395072 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5780114-
CMYK0.500.3000.55
HSL215.79º33.33%33.53%-
HSV(B)215.79º50%44.71%-
XYZ7.597.8217.03-
YUV77148.88113.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=22.71%
G=31.87%
B=45.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57801140.500.3000.55215.7933.3333.53
Hex395072321E037d82122
Octal7112016262360673304142
Binary1110011010000111001011001011110011011111011000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395072; }

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

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

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

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

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

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

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

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