#3c56ac

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

Shades of Mariner #3C56AC

Tints of Mariner #3C56AC

Color information

#3C56AC (or 0x3C56AC) is unknown color: approx Mariner. HEX triplet: 3C, 56 and AC. RGB value is (60,86,172). Sum of RGB (Red+Green+Blue) = 60+86+172=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C56AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C56AC is #C3A953. Grayscale: #575757. Windows color (decimal): -12822868 or 11294268. OLE color: 11294268.

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

Color convert

RGB6086172-
CMYK0.650.500.33
HSL226.07º48.28%45.49%-
HSV(B)226.07º65.12%67.45%-
XYZ12.6410.5940.41-
YUV88.03175.39108.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 172 (67.58% from 255) = 54.09%
R=18.87%
G=27.04%
B=54.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60861720.650.500.33226.0748.2845.49
Hex3C56AC4132021e2302d
Octal74126254101620413426055
Binary1111001010110101011001000001110010010000111100010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c56ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,86,172); }

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

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

 a { background-color: rgb(60,86,172); }

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

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

 span { border-color: rgb(60,86,172); }

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