#375995

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

Shades of Mariner #375995

Tints of Mariner #375995

Color information

#375995 (or 0x375995) is unknown color: approx Mariner. HEX triplet: 37, 59 and 95. RGB value is (55,89,149). Sum of RGB (Red+Green+Blue) = 55+89+149=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #375995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375995 is #C8A66A. Grayscale: #555555. Windows color (decimal): -13149803 or 9787703. OLE color: 9787703.

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

Color convert

RGB5589149-
CMYK0.630.4000.42
HSL218.3º46.08%40%-
HSV(B)218.3º63.09%58.43%-
XYZ10.5710.1329.83-
YUV85.67163.74106.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 149 (58.59% from 255) = 50.85%
R=18.77%
G=30.38%
B=50.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55891490.630.4000.42218.346.0840
Hex3759953F2802Ada2e28
Octal6713122577500523325650
Binary110111101100110010101111111101000010101011011010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375995; }

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

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

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

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

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

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

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

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