#375AAB

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

Shades of Mariner #375AAB

Tints of Mariner #375AAB

Color information

#375AAB (or 0x375AAB) is unknown color: approx Mariner. HEX triplet: 37, 5A and AB. RGB value is (55,90,171). Sum of RGB (Red+Green+Blue) = 55+90+171=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #375AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AAB is #C8A554. Grayscale: #585858. Windows color (decimal): -13149525 or 11229751. OLE color: 11229751.

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

Color convert

RGB5590171-
CMYK0.680.4700.33
HSL221.9º51.33%44.31%-
HSV(B)221.9º67.84%67.06%-
XYZ12.5811.0640-
YUV88.77174.4103.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=17.41%
G=28.48%
B=54.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55901710.680.4700.33221.951.3344.31
Hex375AAB442F021de332c
Octal67132253104570413366354
Binary1101111011010101010111000100101111010000111011110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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