#376198

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

Shades of Mariner #376198

Tints of Mariner #376198

Color information

#376198 (or 0x376198) is unknown color: approx Mariner. HEX triplet: 37, 61 and 98. RGB value is (55,97,152). Sum of RGB (Red+Green+Blue) = 55+97+152=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #376198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376198 is #C89E67. Grayscale: #5A5A5A. Windows color (decimal): -13147752 or 9986359. OLE color: 9986359.

HSL color Cylindrical-coordinate representation of color #376198: hue angle of 214.02º 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 #376198 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5597152-
CMYK0.640.3600.40
HSL214.02º46.86%40.59%-
HSV(B)214.02º63.82%59.61%-
XYZ11.5211.6331.34-
YUV90.71162.59102.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 152 (59.77% from 255) = 50%
R=18.09%
G=31.91%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55971520.640.3600.40214.0246.8640.59
Hex3761984024028d62f29
Octal67141230100440503265751
Binary1101111100001100110001000000100100010100011010110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376198; }

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

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

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

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

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

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

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

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