#375DAA

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

Shades of Mariner #375DAA

Tints of Mariner #375DAA

Color information

#375DAA (or 0x375DAA) is unknown color: approx Mariner. HEX triplet: 37, 5D and AA. RGB value is (55,93,170). Sum of RGB (Red+Green+Blue) = 55+93+170=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #375DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375DAA is #C8A255. Grayscale: #5A5A5A. Windows color (decimal): -13148758 or 11164983. OLE color: 11164983.

HSL color Cylindrical-coordinate representation of color #375DAA: hue angle of 220.17º 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 #375DAA is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5593170-
CMYK0.680.4500.33
HSL220.17º51.11%44.12%-
HSV(B)220.17º67.65%66.67%-
XYZ12.7511.5439.59-
YUV90.42172.91102.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.30%
GREEN value IS 93 (36.72% from 255) = 29.25%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=17.30%
G=29.25%
B=53.46%

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
Decimal55931700.680.4500.33220.1751.1144.12
Hex375DAA442D021dc332c
Octal67135252104550413346354
Binary1101111011101101010101000100101101010000111011100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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