#3B5BA2

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

Shades of Mariner #3B5BA2

Tints of Mariner #3B5BA2

Color information

#3B5BA2 (or 0x3B5BA2) is unknown color: approx Mariner. HEX triplet: 3B, 5B and A2. RGB value is (59,91,162). Sum of RGB (Red+Green+Blue) = 59+91+162=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #3B5BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5BA2 is #C4A45D. Grayscale: #595959. Windows color (decimal): -12887134 or 10640187. OLE color: 10640187.

HSL color Cylindrical-coordinate representation of color #3B5BA2: hue angle of 221.36º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B5BA2 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5991162-
CMYK0.640.4400.36
HSL221.36º46.61%43.33%-
HSV(B)221.36º63.58%63.53%-
XYZ12.0711.0235.67-
YUV89.53168.9106.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 162 (63.67% from 255) = 51.92%
R=18.91%
G=29.17%
B=51.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal59911620.640.4400.36221.3646.6143.33
Hex3B5BA2402C024dd2f2b
Octal73133242100540443355753
Binary1110111011011101000101000000101100010010011011101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,91,162); }

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

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

 a { background-color: rgb(59,91,162); }

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

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

 span { border-color: rgb(59,91,162); }

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