#375DA0

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

Shades of Mariner #375DA0

Tints of Mariner #375DA0

Color information

#375DA0 (or 0x375DA0) is unknown color: approx Mariner. HEX triplet: 37, 5D and A0. RGB value is (55,93,160). Sum of RGB (Red+Green+Blue) = 55+93+160=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #375DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375DA0 is #C8A25F. Grayscale: #585858. Windows color (decimal): -13148768 or 10509623. OLE color: 10509623.

HSL color Cylindrical-coordinate representation of color #375DA0: hue angle of 218.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #375DA0 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5593160-
CMYK0.660.4200.37
HSL218.29º48.84%42.16%-
HSV(B)218.29º65.62%62.75%-
XYZ11.8411.1834.79-
YUV89.28167.91103.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 160 (62.89% from 255) = 51.95%
R=17.86%
G=30.19%
B=51.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal55931600.660.4200.37218.2948.8442.16
Hex375DA0422A025da312a
Octal67135240102520453326152
Binary1101111011101101000001000010101010010010111011010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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