#3C55AD

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

Shades of Mariner #3C55AD

Tints of Mariner #3C55AD

Color information

#3C55AD (or 0x3C55AD) is unknown color: approx Mariner. HEX triplet: 3C, 55 and AD. RGB value is (60,85,173). Sum of RGB (Red+Green+Blue) = 60+85+173=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C55AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C55AD is #C3AA52. Grayscale: #575757. Windows color (decimal): -12823123 or 11359548. OLE color: 11359548.

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

Color convert

RGB6085173-
CMYK0.650.5100.32
HSL226.73º48.5%45.69%-
HSV(B)226.73º65.32%67.84%-
XYZ12.6510.4740.89-
YUV87.56176.22108.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=18.87%
G=26.73%
B=54.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60851730.650.5100.32226.7348.545.69
Hex3C55AD4133020e3302e
Octal74125255101630403436056
Binary1111001010101101011011000001110011010000011100011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C55AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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