#375F9D

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

Shades of Mariner #375F9D

Tints of Mariner #375F9D

Color information

#375F9D (or 0x375F9D) is unknown color: approx Mariner. HEX triplet: 37, 5F and 9D. RGB value is (55,95,157). Sum of RGB (Red+Green+Blue) = 55+95+157=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #375F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F9D is #C8A062. Grayscale: #595959. Windows color (decimal): -13148259 or 10313527. OLE color: 10313527.

HSL color Cylindrical-coordinate representation of color #375F9D: hue angle of 216.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #375F9D is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5595157-
CMYK0.650.3900.38
HSL216.47º48.11%41.57%-
HSV(B)216.47º64.97%61.57%-
XYZ11.7511.4333.49-
YUV90.11165.75102.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=17.92%
G=30.94%
B=51.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55951570.650.3900.38216.4748.1141.57
Hex375F9D4127026d8302a
Octal67137235101470463306052
Binary1101111011111100111011000001100111010011011011000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,95,157); }

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

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

 a { background-color: rgb(55,95,157); }

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

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

 span { border-color: rgb(55,95,157); }

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