#385DAC

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

Shades of Mariner #385DAC

Tints of Mariner #385DAC

Color information

#385DAC (or 0x385DAC) is unknown color: approx Mariner. HEX triplet: 38, 5D and AC. RGB value is (56,93,172). Sum of RGB (Red+Green+Blue) = 56+93+172=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #385DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385DAC is #C7A253. Grayscale: #5A5A5A. Windows color (decimal): -13083220 or 11296056. OLE color: 11296056.

HSL color Cylindrical-coordinate representation of color #385DAC: hue angle of 220.86º 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 #385DAC is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5693172-
CMYK0.670.4600.33
HSL220.86º50.88%44.71%-
HSV(B)220.86º67.44%67.45%-
XYZ12.9911.6540.59-
YUV90.94173.74103.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.45%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=17.45%
G=28.97%
B=53.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56931720.670.4600.33220.8650.8844.71
Hex385DAC432E021dd332d
Octal70135254103560413356355
Binary1110001011101101011001000011101110010000111011101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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