#375CAA

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

Shades of Mariner #375CAA

Tints of Mariner #375CAA

Color information

#375CAA (or 0x375CAA) is unknown color: approx Mariner. HEX triplet: 37, 5C and AA. RGB value is (55,92,170). Sum of RGB (Red+Green+Blue) = 55+92+170=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #375CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375CAA is #C8A355. Grayscale: #595959. Windows color (decimal): -13149014 or 11164727. OLE color: 11164727.

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

Color convert

RGB5592170-
CMYK0.680.4600.33
HSL220.7º51.11%44.12%-
HSV(B)220.7º67.65%66.67%-
XYZ12.6611.3739.56-
YUV89.83173.24103.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=17.35%
G=29.02%
B=53.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55921700.680.4600.33220.751.1144.12
Hex375CAA442E021dd332c
Octal67134252104560413356354
Binary1101111011100101010101000100101110010000111011101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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