#3862AD

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

Shades of Mariner #3862AD

Tints of Mariner #3862AD

Color information

#3862AD (or 0x3862AD) is unknown color: approx Mariner. HEX triplet: 38, 62 and AD. RGB value is (56,98,173). Sum of RGB (Red+Green+Blue) = 56+98+173=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #3862AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3862AD is #C79D52. Grayscale: #5D5D5D. Windows color (decimal): -13081939 or 11362872. OLE color: 11362872.

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

Color convert

RGB5698173-
CMYK0.680.4300.32
HSL218.46º51.09%44.9%-
HSV(B)218.46º67.63%67.84%-
XYZ13.5412.5941.25-
YUV93.99172.59100.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=17.13%
G=29.97%
B=52.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56981730.680.4300.32218.4651.0944.9
Hex3862AD442B020da332d
Octal70142255104530403326355
Binary1110001100010101011011000100101011010000011011010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3862AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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