#385071

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

Shades of Astronaut #385071

Tints of Astronaut #385071

Color information

#385071 (or 0x385071) is unknown color: approx Astronaut. HEX triplet: 38, 50 and 71. RGB value is (56,80,113). Sum of RGB (Red+Green+Blue) = 56+80+113=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #385071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385071 is #C7AF8E. Grayscale: #4C4C4C. Windows color (decimal): -13086607 or 7426104. OLE color: 7426104.

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

Color convert

RGB5680113-
CMYK0.500.2900.56
HSL214.74º33.73%33.14%-
HSV(B)214.74º50.44%44.31%-
XYZ7.487.7716.73-
YUV76.59148.55113.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=22.49%
G=32.13%
B=45.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56801130.500.2900.56214.7433.7333.14
Hex385071321D038d72221
Octal7012016162350703274241
Binary1110001010000111000111001011101011100011010111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385071; }

 p { color: rgb(56,80,113); }

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

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

 a { background-color: rgb(56,80,113); }

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

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

 span { border-color: rgb(56,80,113); }

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