#3b58ae

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

Shades of Mariner #3B58AE

Tints of Mariner #3B58AE

Color information

#3B58AE (or 0x3B58AE) is unknown color: approx Mariner. HEX triplet: 3B, 58 and AE. RGB value is (59,88,174). Sum of RGB (Red+Green+Blue) = 59+88+174=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B58AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B58AE is #C4A751. Grayscale: #585858. Windows color (decimal): -12887890 or 11425851. OLE color: 11425851.

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

Color convert

RGB5988174-
CMYK0.660.4900.32
HSL224.87º49.36%45.69%-
HSV(B)224.87º66.09%68.24%-
XYZ12.9310.9741.48-
YUV89.13175.89106.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=18.38%
G=27.41%
B=54.21%

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
Decimal59881740.660.4900.32224.8749.3645.69
Hex3B58AE4231020e1312e
Octal73130256102610403416156
Binary1110111011000101011101000010110001010000011100001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b58ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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