#384B71

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

Shades of Astronaut #384B71

Tints of Astronaut #384B71

Color information

#384B71 (or 0x384B71) is unknown color: approx Astronaut. HEX triplet: 38, 4B and 71. RGB value is (56,75,113). Sum of RGB (Red+Green+Blue) = 56+75+113=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #384B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B71 is #C7B48E. Grayscale: #494949. Windows color (decimal): -13087887 or 7424824. OLE color: 7424824.

HSL color Cylindrical-coordinate representation of color #384B71: hue angle of 220º 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 #384B71 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5675113-
CMYK0.500.3400.56
HSL220º33.73%33.14%-
HSV(B)220º50.44%44.31%-
XYZ7.137.0716.61-
YUV73.65150.21115.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=22.95%
G=30.74%
B=46.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56751130.500.3400.5622033.7333.14
Hex384B713222038dc2221
Octal7011316162420703344241
Binary11100010010111110001110010100010011100011011100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384B71; }

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

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

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

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

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

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

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

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