#3B54AA

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

Shades of Mariner #3B54AA

Tints of Mariner #3B54AA

Color information

#3B54AA (or 0x3B54AA) is unknown color: approx Mariner. HEX triplet: 3B, 54 and AA. RGB value is (59,84,170). Sum of RGB (Red+Green+Blue) = 59+84+170=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B54AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B54AA is #C4AB55. Grayscale: #555555. Windows color (decimal): -12888918 or 11162683. OLE color: 11162683.

HSL color Cylindrical-coordinate representation of color #3B54AA: hue angle of 226.49º degrees, saturation: 0.48, 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 #3B54AA is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5984170-
CMYK0.650.5100.33
HSL226.49º48.47%44.9%-
HSV(B)226.49º65.29%66.67%-
XYZ12.2310.1739.35-
YUV86.33175.22108.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.85%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=18.85%
G=26.84%
B=54.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59841700.650.5100.33226.4948.4744.9
Hex3B54AA4133021e2302d
Octal73124252101630413426055
Binary1110111010100101010101000001110011010000111100010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,84,170); }

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

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

 a { background-color: rgb(59,84,170); }

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

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

 span { border-color: rgb(59,84,170); }

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