#3869B2

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

Shades of Mariner #3869B2

Tints of Mariner #3869B2

Color information

#3869B2 (or 0x3869B2) is unknown color: approx Mariner. HEX triplet: 38, 69 and B2. RGB value is (56,105,178). Sum of RGB (Red+Green+Blue) = 56+105+178=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #3869B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3869B2 is #C7964D. Grayscale: #626262. Windows color (decimal): -13080142 or 11692344. OLE color: 11692344.

HSL color Cylindrical-coordinate representation of color #3869B2: hue angle of 215.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3869B2 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB56105178-
CMYK0.690.4100.30
HSL215.9º52.14%45.88%-
HSV(B)215.9º68.54%69.8%-
XYZ14.7214.1644.08-
YUV98.67172.7797.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 178 (69.92% from 255) = 52.51%
R=16.52%
G=30.97%
B=52.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561051780.690.4100.30215.952.1445.88
Hex3869B2452901Ed8342e
Octal70151262105510363306456
Binary111000110100110110010100010110100101111011011000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3869B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3869B2; }

 p { color: rgb(56,105,178); }

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

<style>
 a { background-color: #3869B2; }

 a { background-color: rgb(56,105,178); }

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

<style>
 span { border-color: #3869B2; }

 span { border-color: rgb(56,105,178); }

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