#3869AD

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

Shades of Mariner #3869AD

Tints of Mariner #3869AD

Color information

#3869AD (or 0x3869AD) is unknown color: approx Mariner. HEX triplet: 38, 69 and AD. RGB value is (56,105,173). Sum of RGB (Red+Green+Blue) = 56+105+173=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #3869AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3869AD is #C79652. Grayscale: #616161. Windows color (decimal): -13080147 or 11364664. OLE color: 11364664.

HSL color Cylindrical-coordinate representation of color #3869AD: hue angle of 214.87º 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 #3869AD is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56105173-
CMYK0.680.3900.32
HSL214.87º51.09%44.9%-
HSV(B)214.87º67.63%67.84%-
XYZ14.2313.9641.48-
YUV98.1170.2797.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=16.77%
G=31.44%
B=51.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561051730.680.3900.32214.8751.0944.9
Hex3869AD4427020d7332d
Octal70151255104470403276355
Binary1110001101001101011011000100100111010000011010111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3869AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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