#384DA4

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

Shades of Mariner #384DA4

Tints of Mariner #384DA4

Color information

#384DA4 (or 0x384DA4) is unknown color: approx Mariner. HEX triplet: 38, 4D and A4. RGB value is (56,77,164). Sum of RGB (Red+Green+Blue) = 56+77+164=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #384DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384DA4 is #C7B25B. Grayscale: #505050. Windows color (decimal): -13087324 or 10767672. OLE color: 10767672.

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

Color convert

RGB5677164-
CMYK0.660.5300.36
HSL228.33º49.09%43.14%-
HSV(B)228.33º65.85%64.31%-
XYZ10.998.8336.25-
YUV80.64175.04110.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 164 (64.45% from 255) = 55.22%
R=18.86%
G=25.93%
B=55.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56771640.660.5300.36228.3349.0943.14
Hex384DA44235024e4312b
Octal70115244102650443446153
Binary1110001001101101001001000010110101010010011100100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,77,164); }

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

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

 a { background-color: rgb(56,77,164); }

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

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

 span { border-color: rgb(56,77,164); }

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