#3C61AB

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

Shades of Mariner #3C61AB

Tints of Mariner #3C61AB

Color information

#3C61AB (or 0x3C61AB) is unknown color: approx Mariner. HEX triplet: 3C, 61 and AB. RGB value is (60,97,171). Sum of RGB (Red+Green+Blue) = 60+97+171=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C61AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C61AB is #C39E54. Grayscale: #5E5E5E. Windows color (decimal): -12820053 or 11231548. OLE color: 11231548.

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

Color convert

RGB6097171-
CMYK0.650.4300.33
HSL220º48.05%45.29%-
HSV(B)220º64.91%67.06%-
XYZ13.4912.4540.22-
YUV94.37171.24103.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.29%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=18.29%
G=29.57%
B=52.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60971710.650.4300.3322048.0545.29
Hex3C61AB412B021dc302d
Octal74141253101530413346055
Binary1111001100001101010111000001101011010000111011100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,97,171); }

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

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

 a { background-color: rgb(60,97,171); }

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

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

 span { border-color: rgb(60,97,171); }

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