#376095

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

Shades of Mariner #376095

Tints of Mariner #376095

Color information

#376095 (or 0x376095) is unknown color: approx Mariner. HEX triplet: 37, 60 and 95. RGB value is (55,96,149). Sum of RGB (Red+Green+Blue) = 55+96+149=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #376095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376095 is #C89F6A. Grayscale: #595959. Windows color (decimal): -13148011 or 9789495. OLE color: 9789495.

HSL color Cylindrical-coordinate representation of color #376095: hue angle of 213.83º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376095 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5596149-
CMYK0.630.3600.42
HSL213.83º46.08%40%-
HSV(B)213.83º63.09%58.43%-
XYZ11.1811.3530.03-
YUV89.78161.42103.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=18.33%
G=32%
B=49.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55961490.630.3600.42213.8346.0840
Hex3760953F2402Ad62e28
Octal6714022577440523265650
Binary110111110000010010101111111100100010101011010110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376095; }

 p { color: rgb(55,96,149); }

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

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

 a { background-color: rgb(55,96,149); }

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

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

 span { border-color: rgb(55,96,149); }

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