#3B6BB2

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

Shades of Mariner #3B6BB2

Tints of Mariner #3B6BB2

Color information

#3B6BB2 (or 0x3B6BB2) is unknown color: approx Mariner. HEX triplet: 3B, 6B and B2. RGB value is (59,107,178). Sum of RGB (Red+Green+Blue) = 59+107+178=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #3B6BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6BB2 is #C4944D. Grayscale: #646464. Windows color (decimal): -12883022 or 11692859. OLE color: 11692859.

HSL color Cylindrical-coordinate representation of color #3B6BB2: hue angle of 215.8º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B6BB2 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB59107178-
CMYK0.670.4000.30
HSL215.8º50.21%46.47%-
HSV(B)215.8º66.85%69.8%-
XYZ15.114.6644.15-
YUV100.74171.698.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.15%
GREEN value IS 107 (42.19% from 255) = 31.10%
BLUE value IS 178 (69.92% from 255) = 51.74%
R=17.15%
G=31.10%
B=51.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal591071780.670.4000.30215.850.2146.47
Hex3B6BB2432801Ed8322e
Octal73153262103500363306256
Binary111011110101110110010100001110100001111011011000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6BB2; }

 p { color: rgb(59,107,178); }

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

<style>
 a { background-color: #3B6BB2; }

 a { background-color: rgb(59,107,178); }

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

<style>
 span { border-color: #3B6BB2; }

 span { border-color: rgb(59,107,178); }

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