#3B6ABA

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

Shades of Mariner #3B6ABA

Tints of Mariner #3B6ABA

Color information

#3B6ABA (or 0x3B6ABA) is unknown color: approx Mariner. HEX triplet: 3B, 6A and BA. RGB value is (59,106,186). Sum of RGB (Red+Green+Blue) = 59+106+186=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B6ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6ABA is #C49545. Grayscale: #646464. Windows color (decimal): -12883270 or 12216891. OLE color: 12216891.

HSL color Cylindrical-coordinate representation of color #3B6ABA: hue angle of 217.8º 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 #3B6ABA is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB59106186-
CMYK0.680.4300.27
HSL217.8º51.84%48.04%-
HSV(B)217.8º68.28%72.94%-
XYZ15.8214.7848.47-
YUV101.07175.9398-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.81%
GREEN value IS 106 (41.80% from 255) = 30.20%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=16.81%
G=30.20%
B=52.99%

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
Decimal591061860.680.4300.27217.851.8448.04
Hex3B6ABA442B01Bda3430
Octal73152272104530333326460
Binary111011110101010111010100010010101101101111011010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,106,186); }

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

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

 a { background-color: rgb(59,106,186); }

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

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

 span { border-color: rgb(59,106,186); }

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