#375EAA

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

Shades of Mariner #375EAA

Tints of Mariner #375EAA

Color information

#375EAA (or 0x375EAA) is unknown color: approx Mariner. HEX triplet: 37, 5E and AA. RGB value is (55,94,170). Sum of RGB (Red+Green+Blue) = 55+94+170=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #375EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375EAA is #C8A155. Grayscale: #5A5A5A. Windows color (decimal): -13148502 or 11165239. OLE color: 11165239.

HSL color Cylindrical-coordinate representation of color #375EAA: hue angle of 219.65º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #375EAA is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5594170-
CMYK0.680.4500.33
HSL219.65º51.11%44.12%-
HSV(B)219.65º67.65%66.67%-
XYZ12.8311.7239.62-
YUV91172.58102.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=17.24%
G=29.47%
B=53.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55941700.680.4500.33219.6551.1144.12
Hex375EAA442D021dc332c
Octal67136252104550413346354
Binary1101111011110101010101000100101101010000111011100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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