#3B55AB

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

Shades of Mariner #3B55AB

Tints of Mariner #3B55AB

Color information

#3B55AB (or 0x3B55AB) is unknown color: approx Mariner. HEX triplet: 3B, 55 and AB. RGB value is (59,85,171). Sum of RGB (Red+Green+Blue) = 59+85+171=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B55AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B55AB is #C4AA54. Grayscale: #565656. Windows color (decimal): -12888661 or 11228475. OLE color: 11228475.

HSL color Cylindrical-coordinate representation of color #3B55AB: hue angle of 226.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B55AB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5985171-
CMYK0.650.5000.33
HSL226.07º48.7%45.1%-
HSV(B)226.07º65.5%67.06%-
XYZ12.410.3739.88-
YUV87.03175.39108.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.73%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=18.73%
G=26.98%
B=54.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59851710.650.5000.33226.0748.745.1
Hex3B55AB4132021e2312d
Octal73125253101620413426155
Binary1110111010101101010111000001110010010000111100010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,171); }

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

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

 a { background-color: rgb(59,85,171); }

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

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

 span { border-color: rgb(59,85,171); }

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