#3861AA

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

Shades of Mariner #3861AA

Tints of Mariner #3861AA

Color information

#3861AA (or 0x3861AA) is unknown color: approx Mariner. HEX triplet: 38, 61 and AA. RGB value is (56,97,170). Sum of RGB (Red+Green+Blue) = 56+97+170=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #3861AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3861AA is #C79E55. Grayscale: #5C5C5C. Windows color (decimal): -13082198 or 11166008. OLE color: 11166008.

HSL color Cylindrical-coordinate representation of color #3861AA: hue angle of 218.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3861AA is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5697170-
CMYK0.670.4300.33
HSL218.42º50.44%44.31%-
HSV(B)218.42º67.06%66.67%-
XYZ13.1612.2939.71-
YUV93.06171.42101.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=17.34%
G=30.03%
B=52.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56971700.670.4300.33218.4250.4444.31
Hex3861AA432B021da322c
Octal70141252103530413326254
Binary1110001100001101010101000011101011010000111011010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3861AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3861AA; }

 p { color: rgb(56,97,170); }

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

<style>
 a { background-color: #3861AA; }

 a { background-color: rgb(56,97,170); }

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

<style>
 span { border-color: #3861AA; }

 span { border-color: rgb(56,97,170); }

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