#384B74

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

Shades of Astronaut #384B74

Tints of Astronaut #384B74

Color information

#384B74 (or 0x384B74) is unknown color: approx Astronaut. HEX triplet: 38, 4B and 74. RGB value is (56,75,116). Sum of RGB (Red+Green+Blue) = 56+75+116=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #384B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B74 is #C7B48B. Grayscale: #494949. Windows color (decimal): -13087884 or 7621432. OLE color: 7621432.

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

Color convert

RGB5675116-
CMYK0.520.3500.55
HSL221º34.88%33.73%-
HSV(B)221º51.72%45.49%-
XYZ7.37.1317.52-
YUV73.99151.71115.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=22.67%
G=30.36%
B=46.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56751160.520.3500.5522134.8833.73
Hex384B743423037dd2322
Octal7011316464430673354342
Binary11100010010111110100110100100011011011111011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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