#395070

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

Shades of Astronaut #395070

Tints of Astronaut #395070

Color information

#395070 (or 0x395070) is unknown color: approx Astronaut. HEX triplet: 39, 50 and 70. RGB value is (57,80,112). Sum of RGB (Red+Green+Blue) = 57+80+112=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #395070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395070 is #C6AF8F. Grayscale: #4C4C4C. Windows color (decimal): -13021072 or 7360569. OLE color: 7360569.

HSL color Cylindrical-coordinate representation of color #395070: hue angle of 214.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #395070 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5780112-
CMYK0.490.2900.56
HSL214.91º32.54%33.14%-
HSV(B)214.91º49.11%43.92%-
XYZ7.487.7816.44-
YUV76.77147.88113.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=22.89%
G=32.13%
B=44.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57801120.490.2900.56214.9132.5433.14
Hex395070311D038d72121
Octal7112016061350703274141
Binary1110011010000111000011000111101011100011010111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395070; }

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

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

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

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

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

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

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

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