#375EAE

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

Shades of Mariner #375EAE

Tints of Mariner #375EAE

Color information

#375EAE (or 0x375EAE) is unknown color: approx Mariner. HEX triplet: 37, 5E and AE. RGB value is (55,94,174). Sum of RGB (Red+Green+Blue) = 55+94+174=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #375EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375EAE is #C8A151. Grayscale: #5B5B5B. Windows color (decimal): -13148498 or 11427383. OLE color: 11427383.

HSL color Cylindrical-coordinate representation of color #375EAE: hue angle of 220.34º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #375EAE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5594174-
CMYK0.680.4600.32
HSL220.34º51.97%44.9%-
HSV(B)220.34º68.39%68.24%-
XYZ13.2211.8741.64-
YUV91.46174.58102-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.03%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=17.03%
G=29.10%
B=53.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55941740.680.4600.32220.3451.9744.9
Hex375EAE442E020dc342d
Octal67136256104560403346455
Binary1101111011110101011101000100101110010000011011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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