#3C55AC

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

Shades of Mariner #3C55AC

Tints of Mariner #3C55AC

Color information

#3C55AC (or 0x3C55AC) is unknown color: approx Mariner. HEX triplet: 3C, 55 and AC. RGB value is (60,85,172). Sum of RGB (Red+Green+Blue) = 60+85+172=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C55AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C55AC is #C3AA53. Grayscale: #575757. Windows color (decimal): -12823124 or 11294012. OLE color: 11294012.

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

Color convert

RGB6085172-
CMYK0.650.5100.33
HSL226.61º48.28%45.49%-
HSV(B)226.61º65.12%67.45%-
XYZ12.5610.4440.38-
YUV87.44175.72108.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=18.93%
G=26.81%
B=54.26%

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
Decimal60851720.650.5100.33226.6148.2845.49
Hex3C55AC4133021e3302d
Octal74125254101630413436055
Binary1111001010101101011001000001110011010000111100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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