#3862AA

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

Shades of Mariner #3862AA

Tints of Mariner #3862AA

Color information

#3862AA (or 0x3862AA) is unknown color: approx Mariner. HEX triplet: 38, 62 and AA. RGB value is (56,98,170). Sum of RGB (Red+Green+Blue) = 56+98+170=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #3862AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3862AA is #C79D55. Grayscale: #5D5D5D. Windows color (decimal): -13081942 or 11166264. OLE color: 11166264.

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

Color convert

RGB5698170-
CMYK0.670.4200.33
HSL217.89º50.44%44.31%-
HSV(B)217.89º67.06%66.67%-
XYZ13.2512.4839.74-
YUV93.65171.09101.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=17.28%
G=30.25%
B=52.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56981700.670.4200.33217.8950.4444.31
Hex3862AA432A021da322c
Octal70142252103520413326254
Binary1110001100010101010101000011101010010000111011010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3862AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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