#3866A6

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

Shades of Mariner #3866A6

Tints of Mariner #3866A6

Color information

#3866A6 (or 0x3866A6) is unknown color: approx Mariner. HEX triplet: 38, 66 and A6. RGB value is (56,102,166). Sum of RGB (Red+Green+Blue) = 56+102+166=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 166 (65.23% from 255 or 51.23% from 324); Max value from RGB is 166 - color contains mainly: blue. Hex color #3866A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3866A6 is #C79959. Grayscale: #5F5F5F. Windows color (decimal): -13080922 or 10905144. OLE color: 10905144.

HSL color Cylindrical-coordinate representation of color #3866A6: hue angle of 214.91º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3866A6 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56102166-
CMYK0.660.3900.35
HSL214.91º49.55%43.53%-
HSV(B)214.91º66.27%65.1%-
XYZ13.2713.137.91-
YUV95.54167.7699.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 166 (65.23% from 255) = 51.23%
R=17.28%
G=31.48%
B=51.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561021660.660.3900.35214.9149.5543.53
Hex3866A64227023d7322c
Octal70146246102470433276254
Binary1110001100110101001101000010100111010001111010111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3866A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3866A6; }

 p { color: rgb(56,102,166); }

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

<style>
 a { background-color: #3866A6; }

 a { background-color: rgb(56,102,166); }

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

<style>
 span { border-color: #3866A6; }

 span { border-color: rgb(56,102,166); }

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