#3B61AE

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

Shades of Mariner #3B61AE

Tints of Mariner #3B61AE

Color information

#3B61AE (or 0x3B61AE) is unknown color: approx Mariner. HEX triplet: 3B, 61 and AE. RGB value is (59,97,174). Sum of RGB (Red+Green+Blue) = 59+97+174=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B61AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B61AE is #C49E51. Grayscale: #5E5E5E. Windows color (decimal): -12885586 or 11428155. OLE color: 11428155.

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

Color convert

RGB5997174-
CMYK0.660.4400.32
HSL220.17º49.36%45.69%-
HSV(B)220.17º66.09%68.24%-
XYZ13.7212.5441.74-
YUV94.42172.91102.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.88%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=17.88%
G=29.39%
B=52.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59971740.660.4400.32220.1749.3645.69
Hex3B61AE422C020dc312e
Octal73141256102540403346156
Binary1110111100001101011101000010101100010000011011100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B61AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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