#384E75

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

Shades of Astronaut #384E75

Tints of Astronaut #384E75

Color information

#384E75 (or 0x384E75) is unknown color: approx Astronaut. HEX triplet: 38, 4E and 75. RGB value is (56,78,117). Sum of RGB (Red+Green+Blue) = 56+78+117=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #384E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E75 is #C7B18A. Grayscale: #4B4B4B. Windows color (decimal): -13087115 or 7687736. OLE color: 7687736.

HSL color Cylindrical-coordinate representation of color #384E75: hue angle of 218.36º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384E75 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5678117-
CMYK0.520.3300.54
HSL218.36º35.26%33.92%-
HSV(B)218.36º52.14%45.88%-
XYZ7.577.5717.89-
YUV75.87151.21113.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=22.31%
G=31.08%
B=46.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56781170.520.3300.54218.3635.2633.92
Hex384E753421036da2322
Octal7011616564410663324342
Binary11100010011101110101110100100001011011011011010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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