#3868AD

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

Shades of Mariner #3868AD

Tints of Mariner #3868AD

Color information

#3868AD (or 0x3868AD) is unknown color: approx Mariner. HEX triplet: 38, 68 and AD. RGB value is (56,104,173). Sum of RGB (Red+Green+Blue) = 56+104+173=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #3868AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3868AD is #C79752. Grayscale: #616161. Windows color (decimal): -13080403 or 11364408. OLE color: 11364408.

HSL color Cylindrical-coordinate representation of color #3868AD: hue angle of 215.38º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3868AD is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56104173-
CMYK0.680.4000.32
HSL215.38º51.09%44.9%-
HSV(B)215.38º67.63%67.84%-
XYZ14.1213.7641.45-
YUV97.51170.698.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 173 (67.97% from 255) = 51.95%
R=16.82%
G=31.23%
B=51.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561041730.680.4000.32215.3851.0944.9
Hex3868AD4428020d7332d
Octal70150255104500403276355
Binary1110001101000101011011000100101000010000011010111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3868AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3868AD; }

 p { color: rgb(56,104,173); }

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

<style>
 a { background-color: #3868AD; }

 a { background-color: rgb(56,104,173); }

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

<style>
 span { border-color: #3868AD; }

 span { border-color: rgb(56,104,173); }

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