#3B61AA

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

Shades of Mariner #3B61AA

Tints of Mariner #3B61AA

Color information

#3B61AA (or 0x3B61AA) is unknown color: approx Mariner. HEX triplet: 3B, 61 and AA. RGB value is (59,97,170). Sum of RGB (Red+Green+Blue) = 59+97+170=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B61AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B61AA is #C49E55. Grayscale: #5D5D5D. Windows color (decimal): -12885590 or 11166011. OLE color: 11166011.

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

Color convert

RGB5997170-
CMYK0.650.4300.33
HSL219.46º48.47%44.9%-
HSV(B)219.46º65.29%66.67%-
XYZ13.3312.3839.72-
YUV93.96170.91103.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 170 (66.80% from 255) = 52.15%
R=18.10%
G=29.75%
B=52.15%

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
Decimal59971700.650.4300.33219.4648.4744.9
Hex3B61AA412B021db302d
Octal73141252101530413336055
Binary1110111100001101010101000001101011010000111011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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