#3B54AC

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

Shades of Mariner #3B54AC

Tints of Mariner #3B54AC

Color information

#3B54AC (or 0x3B54AC) is unknown color: approx Mariner. HEX triplet: 3B, 54 and AC. RGB value is (59,84,172). Sum of RGB (Red+Green+Blue) = 59+84+172=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B54AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B54AC is #C4AB53. Grayscale: #565656. Windows color (decimal): -12888916 or 11293755. OLE color: 11293755.

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

Color convert

RGB5984172-
CMYK0.660.5100.33
HSL226.73º48.92%45.29%-
HSV(B)226.73º65.7%67.45%-
XYZ12.4210.2540.35-
YUV86.56176.22108.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.73%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 172 (67.58% from 255) = 54.60%
R=18.73%
G=26.67%
B=54.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59841720.660.5100.33226.7348.9245.29
Hex3B54AC4233021e3312d
Octal73124254102630413436155
Binary1110111010100101011001000010110011010000111100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B54AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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