#3C61AA

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

Shades of Mariner #3C61AA

Tints of Mariner #3C61AA

Color information

#3C61AA (or 0x3C61AA) is unknown color: approx Mariner. HEX triplet: 3C, 61 and AA. RGB value is (60,97,170). Sum of RGB (Red+Green+Blue) = 60+97+170=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C61AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C61AA is #C39E55. Grayscale: #5D5D5D. Windows color (decimal): -12820054 or 11166012. OLE color: 11166012.

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

Color convert

RGB6097170-
CMYK0.650.4300.33
HSL219.82º47.83%45.1%-
HSV(B)219.82º64.71%66.67%-
XYZ13.3912.4139.72-
YUV94.26170.74103.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.35%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=18.35%
G=29.66%
B=51.99%

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
Decimal60971700.650.4300.33219.8247.8345.1
Hex3C61AA412B021dc302d
Octal74141252101530413346055
Binary1111001100001101010101000001101011010000111011100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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