#3C56A7

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

Shades of Mariner #3C56A7

Tints of Mariner #3C56A7

Color information

#3C56A7 (or 0x3C56A7) is unknown color: approx Mariner. HEX triplet: 3C, 56 and A7. RGB value is (60,86,167). Sum of RGB (Red+Green+Blue) = 60+86+167=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 167 (65.62% from 255 or 53.35% from 313); Max value from RGB is 167 - color contains mainly: blue. Hex color #3C56A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C56A7 is #C3A958. Grayscale: #575757. Windows color (decimal): -12822873 or 10966588. OLE color: 10966588.

HSL color Cylindrical-coordinate representation of color #3C56A7: hue angle of 225.42º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C56A7 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6086167-
CMYK0.640.4900.35
HSL225.42º47.14%44.51%-
HSV(B)225.42º64.07%65.49%-
XYZ12.1710.4137.93-
YUV87.46172.89108.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.17%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 167 (65.62% from 255) = 53.35%
R=19.17%
G=27.48%
B=53.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60861670.640.4900.35225.4247.1444.51
Hex3C56A74031023e12f2d
Octal74126247100610433415755
Binary1111001010110101001111000000110001010001111100001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C56A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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