#375AAC

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

Shades of Mariner #375AAC

Tints of Mariner #375AAC

Color information

#375AAC (or 0x375AAC) is unknown color: approx Mariner. HEX triplet: 37, 5A and AC. RGB value is (55,90,172). Sum of RGB (Red+Green+Blue) = 55+90+172=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #375AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AAC is #C8A553. Grayscale: #585858. Windows color (decimal): -13149524 or 11295287. OLE color: 11295287.

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

Color convert

RGB5590172-
CMYK0.680.4800.33
HSL222.05º51.54%44.51%-
HSV(B)222.05º68.02%67.45%-
XYZ12.6811.140.5-
YUV88.88174.9103.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=17.35%
G=28.39%
B=54.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55901720.680.4800.33222.0551.5444.51
Hex375AAC4430021de342d
Octal67132254104600413366455
Binary1101111011010101011001000100110000010000111011110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,90,172); }

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

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

 a { background-color: rgb(55,90,172); }

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

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

 span { border-color: rgb(55,90,172); }

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