#3B58AD

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

Shades of Mariner #3B58AD

Tints of Mariner #3B58AD

Color information

#3B58AD (or 0x3B58AD) is unknown color: approx Mariner. HEX triplet: 3B, 58 and AD. RGB value is (59,88,173). Sum of RGB (Red+Green+Blue) = 59+88+173=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B58AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B58AD is #C4A752. Grayscale: #585858. Windows color (decimal): -12887891 or 11360315. OLE color: 11360315.

HSL color Cylindrical-coordinate representation of color #3B58AD: hue angle of 224.74º 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 #3B58AD is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5988173-
CMYK0.660.4900.32
HSL224.74º49.14%45.49%-
HSV(B)224.74º65.9%67.84%-
XYZ12.8410.9340.97-
YUV89.02175.39106.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.44%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 173 (67.97% from 255) = 54.06%
R=18.44%
G=27.5%
B=54.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59881730.660.4900.32224.7449.1445.49
Hex3B58AD4231020e1312d
Octal73130255102610403416155
Binary1110111011000101011011000010110001010000011100001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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