#375E95

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

Shades of Mariner #375E95

Tints of Mariner #375E95

Color information

#375E95 (or 0x375E95) is unknown color: approx Mariner. HEX triplet: 37, 5E and 95. RGB value is (55,94,149). Sum of RGB (Red+Green+Blue) = 55+94+149=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #375E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E95 is #C8A16A. Grayscale: #585858. Windows color (decimal): -13148523 or 9788983. OLE color: 9788983.

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

Color convert

RGB5594149-
CMYK0.630.3700.42
HSL215.11º46.08%40%-
HSV(B)215.11º63.09%58.43%-
XYZ1110.9929.97-
YUV88.61162.08104.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 149 (58.59% from 255) = 50%
R=18.46%
G=31.54%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55941490.630.3700.42215.1146.0840
Hex375E953F2502Ad72e28
Octal6713622577450523275650
Binary110111101111010010101111111100101010101011010111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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