#376199

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

Shades of Mariner #376199

Tints of Mariner #376199

Color information

#376199 (or 0x376199) is unknown color: approx Mariner. HEX triplet: 37, 61 and 99. RGB value is (55,97,153). Sum of RGB (Red+Green+Blue) = 55+97+153=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #376199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376199 is #C89E66. Grayscale: #5A5A5A. Windows color (decimal): -13147751 or 10051895. OLE color: 10051895.

HSL color Cylindrical-coordinate representation of color #376199: hue angle of 214.29º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #376199 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5597153-
CMYK0.640.3700.4
HSL214.29º47.12%40.78%-
HSV(B)214.29º64.05%60%-
XYZ11.611.6631.78-
YUV90.83163.09102.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=18.03%
G=31.80%
B=50.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55971530.640.3700.4214.2947.1240.78
Hex3761994025028d62f29
Octal67141231100450503265751
Binary1101111100001100110011000000100101010100011010110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376199; }

 p { color: rgb(55,97,153); }

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

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

 a { background-color: rgb(55,97,153); }

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

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

 span { border-color: rgb(55,97,153); }

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