#384B75

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

Shades of Astronaut #384B75

Tints of Astronaut #384B75

Color information

#384B75 (or 0x384B75) is unknown color: approx Astronaut. HEX triplet: 38, 4B and 75. RGB value is (56,75,117). Sum of RGB (Red+Green+Blue) = 56+75+117=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #384B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B75 is #C7B48A. Grayscale: #494949. Windows color (decimal): -13087883 or 7686968. OLE color: 7686968.

HSL color Cylindrical-coordinate representation of color #384B75: hue angle of 221.31º 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 #384B75 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5675117-
CMYK0.520.3600.54
HSL221.31º35.26%33.92%-
HSV(B)221.31º52.14%45.88%-
XYZ7.367.1617.82-
YUV74.11152.21115.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=22.58%
G=30.24%
B=47.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56751170.520.3600.54221.3135.2633.92
Hex384B753424036dd2322
Octal7011316564440663354342
Binary11100010010111110101110100100100011011011011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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