#3B6BBB

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

Shades of Mariner #3B6BBB

Tints of Mariner #3B6BBB

Color information

#3B6BBB (or 0x3B6BBB) is unknown color: approx Mariner. HEX triplet: 3B, 6B and BB. RGB value is (59,107,187). Sum of RGB (Red+Green+Blue) = 59+107+187=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B6BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6BBB is #C49444. Grayscale: #656565. Windows color (decimal): -12883013 or 12282683. OLE color: 12282683.

HSL color Cylindrical-coordinate representation of color #3B6BBB: hue angle of 217.5º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B6BBB is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB59107187-
CMYK0.680.4300.27
HSL217.5º52.03%48.24%-
HSV(B)217.5º68.45%73.33%-
XYZ16.0315.0349.07-
YUV101.77176.197.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.71%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=16.71%
G=30.31%
B=52.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591071870.680.4300.27217.552.0348.24
Hex3B6BBB442B01Bda3430
Octal73153273104530333326460
Binary111011110101110111011100010010101101101111011010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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