#384E6F

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

Shades of Astronaut #384E6F

Tints of Astronaut #384E6F

Color information

#384E6F (or 0x384E6F) is unknown color: approx Astronaut. HEX triplet: 38, 4E and 6F. RGB value is (56,78,111). Sum of RGB (Red+Green+Blue) = 56+78+111=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #384E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E6F is #C7B190. Grayscale: #4B4B4B. Windows color (decimal): -13087121 or 7294520. OLE color: 7294520.

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

Color convert

RGB5678111-
CMYK0.500.3000.56
HSL216º32.93%32.75%-
HSV(B)216º49.55%43.53%-
XYZ7.227.4416.09-
YUV75.18148.21114.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=22.86%
G=31.84%
B=45.31%

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
Decimal56781110.500.3000.5621632.9332.75
Hex384E6F321E038d82121
Octal7011615762360703304141
Binary1110001001110110111111001011110011100011011000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,78,111); }

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

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

 a { background-color: rgb(56,78,111); }

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

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

 span { border-color: rgb(56,78,111); }

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