#375AA7

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

Shades of Mariner #375AA7

Tints of Mariner #375AA7

Color information

#375AA7 (or 0x375AA7) is unknown color: approx Mariner. HEX triplet: 37, 5A and A7. RGB value is (55,90,167). Sum of RGB (Red+Green+Blue) = 55+90+167=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 167 (65.62% from 255 or 53.53% from 312); Max value from RGB is 167 - color contains mainly: blue. Hex color #375AA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AA7 is #C8A558. Grayscale: #575757. Windows color (decimal): -13149529 or 10967607. OLE color: 10967607.

HSL color Cylindrical-coordinate representation of color #375AA7: hue angle of 221.25º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #375AA7 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5590167-
CMYK0.670.4600.35
HSL221.25º50.45%43.53%-
HSV(B)221.25º67.07%65.49%-
XYZ12.2110.9138.02-
YUV88.31172.4104.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 167 (65.62% from 255) = 53.53%
R=17.63%
G=28.85%
B=53.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal55901670.670.4600.35221.2550.4543.53
Hex375AA7432E023dd322c
Octal67132247103560433356254
Binary1101111011010101001111000011101110010001111011101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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