#3b52a8

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

Shades of Mariner #3B52A8

Tints of Mariner #3B52A8

Color information

#3B52A8 (or 0x3B52A8) is unknown color: approx Mariner. HEX triplet: 3B, 52 and A8. RGB value is (59,82,168). Sum of RGB (Red+Green+Blue) = 59+82+168=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 168 (66.02% from 255 or 54.37% from 309); Max value from RGB is 168 - color contains mainly: blue. Hex color #3B52A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B52A8 is #C4AD57. Grayscale: #545454. Windows color (decimal): -12889432 or 11031099. OLE color: 11031099.

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

Color convert

RGB5982168-
CMYK0.650.5100.34
HSL227.34º48.02%44.51%-
HSV(B)227.34º64.88%65.88%-
XYZ11.899.7938.31-
YUV84.93174.88109.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 168 (66.02% from 255) = 54.37%
R=19.09%
G=26.54%
B=54.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal59821680.650.5100.34227.3448.0244.51
Hex3B52A84133022e3302d
Octal73122250101630423436055
Binary1110111010010101010001000001110011010001011100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b52a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,82,168); }

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

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

 a { background-color: rgb(59,82,168); }

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

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

 span { border-color: rgb(59,82,168); }

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