#385170

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

Shades of Astronaut #385170

Tints of Astronaut #385170

Color information

#385170 (or 0x385170) is unknown color: approx Astronaut. HEX triplet: 38, 51 and 70. RGB value is (56,81,112). Sum of RGB (Red+Green+Blue) = 56+81+112=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 81 (32.03% from 255 or 32.53% 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 #385170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385170 is #C7AE8F. Grayscale: #4C4C4C. Windows color (decimal): -13086352 or 7360824. OLE color: 7360824.

HSL color Cylindrical-coordinate representation of color #385170: hue angle of 213.21º degrees, saturation: 0.33, 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 #385170 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5681112-
CMYK0.500.2800.56
HSL213.21º33.33%32.94%-
HSV(B)213.21º50%43.92%-
XYZ7.57.916.46-
YUV77.06147.72112.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=22.49%
G=32.53%
B=44.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56811120.500.2800.56213.2133.3332.94
Hex385170321C038d52121
Octal7012116062340703254141
Binary1110001010001111000011001011100011100011010101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385170; }

 p { color: rgb(56,81,112); }

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

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

 a { background-color: rgb(56,81,112); }

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

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

 span { border-color: rgb(56,81,112); }

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