#384A74

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

Shades of Astronaut #384A74

Tints of Astronaut #384A74

Color information

#384A74 (or 0x384A74) is unknown color: approx Astronaut. HEX triplet: 38, 4A and 74. RGB value is (56,74,116). Sum of RGB (Red+Green+Blue) = 56+74+116=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #384A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A74 is #C7B58B. Grayscale: #494949. Windows color (decimal): -13088140 or 7621176. OLE color: 7621176.

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

Color convert

RGB5674116-
CMYK0.520.3600.55
HSL222º34.88%33.73%-
HSV(B)222º51.72%45.49%-
XYZ7.23717.49-
YUV73.41152.04115.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=22.76%
G=30.08%
B=47.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56741160.520.3600.5522234.8833.73
Hex384A743424037de2322
Octal7011216464440673364342
Binary11100010010101110100110100100100011011111011110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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