#384ea3

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

Shades of Mariner #384EA3

Tints of Mariner #384EA3

Color information

#384EA3 (or 0x384EA3) is unknown color: approx Mariner. HEX triplet: 38, 4E and A3. RGB value is (56,78,163). Sum of RGB (Red+Green+Blue) = 56+78+163=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 163 (64.06% from 255 or 54.88% from 297); Max value from RGB is 163 - color contains mainly: blue. Hex color #384EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384EA3 is #C7B15C. Grayscale: #505050. Windows color (decimal): -13087069 or 10702392. OLE color: 10702392.

HSL color Cylindrical-coordinate representation of color #384EA3: hue angle of 227.66º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #384EA3 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5678163-
CMYK0.660.5200.36
HSL227.66º48.86%42.94%-
HSV(B)227.66º65.64%63.92%-
XYZ10.978.9335.8-
YUV81.11174.21110.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 163 (64.06% from 255) = 54.88%
R=18.86%
G=26.26%
B=54.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56781630.660.5200.36227.6648.8642.94
Hex384EA34234024e4312b
Octal70116243102640443446153
Binary1110001001110101000111000010110100010010011100100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384ea3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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