#375D95

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

Shades of Mariner #375D95

Tints of Mariner #375D95

Color information

#375D95 (or 0x375D95) is unknown color: approx Mariner. HEX triplet: 37, 5D and 95. RGB value is (55,93,149). Sum of RGB (Red+Green+Blue) = 55+93+149=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #375D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375D95 is #C8A26A. Grayscale: #575757. Windows color (decimal): -13148779 or 9788727. OLE color: 9788727.

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

Color convert

RGB5593149-
CMYK0.630.3800.42
HSL215.74º46.08%40%-
HSV(B)215.74º63.09%58.43%-
XYZ10.9110.8129.95-
YUV88.02162.41104.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 93 (36.72% from 255) = 31.31%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=18.52%
G=31.31%
B=50.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55931490.630.3800.42215.7446.0840
Hex375D953F2602Ad82e28
Octal6713522577460523305650
Binary110111101110110010101111111100110010101011011000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375D95; }

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

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

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

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

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

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

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

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