#385EAC

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

Shades of Mariner #385EAC

Tints of Mariner #385EAC

Color information

#385EAC (or 0x385EAC) is unknown color: approx Mariner. HEX triplet: 38, 5E and AC. RGB value is (56,94,172). Sum of RGB (Red+Green+Blue) = 56+94+172=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #385EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385EAC is #C7A153. Grayscale: #5B5B5B. Windows color (decimal): -13082964 or 11296312. OLE color: 11296312.

HSL color Cylindrical-coordinate representation of color #385EAC: hue angle of 220.34º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #385EAC is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5694172-
CMYK0.670.4500.33
HSL220.34º50.88%44.71%-
HSV(B)220.34º67.44%67.45%-
XYZ13.0811.8240.62-
YUV91.53173.41102.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 172 (67.58% from 255) = 53.42%
R=17.39%
G=29.19%
B=53.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56941720.670.4500.33220.3450.8844.71
Hex385EAC432D021dc332d
Octal70136254103550413346355
Binary1110001011110101011001000011101101010000111011100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385EAC; }

 p { color: rgb(56,94,172); }

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

<style>
 a { background-color: #385EAC; }

 a { background-color: rgb(56,94,172); }

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

<style>
 span { border-color: #385EAC; }

 span { border-color: rgb(56,94,172); }

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