#384F71

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

Shades of Astronaut #384F71

Tints of Astronaut #384F71

Color information

#384F71 (or 0x384F71) is unknown color: approx Astronaut. HEX triplet: 38, 4F and 71. RGB value is (56,79,113). Sum of RGB (Red+Green+Blue) = 56+79+113=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #384F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F71 is #C7B08E. Grayscale: #4B4B4B. Windows color (decimal): -13086863 or 7425848. OLE color: 7425848.

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

Color convert

RGB5679113-
CMYK0.500.3000.56
HSL215.79º33.73%33.14%-
HSV(B)215.79º50.44%44.31%-
XYZ7.417.6216.7-
YUV76148.88113.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=22.58%
G=31.85%
B=45.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56791130.500.3000.56215.7933.7333.14
Hex384F71321E038d82221
Octal7011716162360703304241
Binary1110001001111111000111001011110011100011011000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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