#375B98

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

Shades of Mariner #375B98

Tints of Mariner #375B98

Color information

#375B98 (or 0x375B98) is unknown color: approx Mariner. HEX triplet: 37, 5B and 98. RGB value is (55,91,152). Sum of RGB (Red+Green+Blue) = 55+91+152=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #375B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B98 is #C8A467. Grayscale: #565656. Windows color (decimal): -13149288 or 9984823. OLE color: 9984823.

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

Color convert

RGB5591152-
CMYK0.640.4000.40
HSL217.73º46.86%40.59%-
HSV(B)217.73º63.82%59.61%-
XYZ10.9810.5631.17-
YUV87.19164.57105.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 152 (59.77% from 255) = 51.01%
R=18.46%
G=30.54%
B=51.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55911520.640.4000.40217.7346.8640.59
Hex375B984028028da2f29
Octal67133230100500503325751
Binary1101111011011100110001000000101000010100011011010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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