#3B55AD

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

Shades of Mariner #3B55AD

Tints of Mariner #3B55AD

Color information

#3B55AD (or 0x3B55AD) is unknown color: approx Mariner. HEX triplet: 3B, 55 and AD. RGB value is (59,85,173). Sum of RGB (Red+Green+Blue) = 59+85+173=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B55AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B55AD is #C4AA52. Grayscale: #565656. Windows color (decimal): -12888659 or 11359547. OLE color: 11359547.

HSL color Cylindrical-coordinate representation of color #3B55AD: hue angle of 226.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B55AD is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5985173-
CMYK0.660.5100.32
HSL226.32º49.14%45.49%-
HSV(B)226.32º65.9%67.84%-
XYZ12.5910.4440.89-
YUV87.26176.39107.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.61%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=18.61%
G=26.81%
B=54.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59851730.660.5100.32226.3249.1445.49
Hex3B55AD4233020e2312d
Octal73125255102630403426155
Binary1110111010101101011011000010110011010000011100010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B55AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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