#3865B6

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

Shades of Mariner #3865B6

Tints of Mariner #3865B6

Color information

#3865B6 (or 0x3865B6) is unknown color: approx Mariner. HEX triplet: 38, 65 and B6. RGB value is (56,101,182). Sum of RGB (Red+Green+Blue) = 56+101+182=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #3865B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865B6 is #C79A49. Grayscale: #606060. Windows color (decimal): -13081162 or 11953464. OLE color: 11953464.

HSL color Cylindrical-coordinate representation of color #3865B6: hue angle of 218.57º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3865B6 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56101182-
CMYK0.690.4500.29
HSL218.57º52.94%46.67%-
HSV(B)218.57º69.23%71.37%-
XYZ14.7313.5346.09-
YUV96.78176.0998.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 182 (71.48% from 255) = 53.69%
R=16.52%
G=29.79%
B=53.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561011820.690.4500.29218.5752.9446.67
Hex3865B6452D01Ddb352f
Octal70145266105550353336557
Binary111000110010110110110100010110110101110111011011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3865B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3865B6; }

 p { color: rgb(56,101,182); }

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

<style>
 a { background-color: #3865B6; }

 a { background-color: rgb(56,101,182); }

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

<style>
 span { border-color: #3865B6; }

 span { border-color: rgb(56,101,182); }

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