#375BAB

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

Shades of Mariner #375BAB

Tints of Mariner #375BAB

Color information

#375BAB (or 0x375BAB) is unknown color: approx Mariner. HEX triplet: 37, 5B and AB. RGB value is (55,91,171). Sum of RGB (Red+Green+Blue) = 55+91+171=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #375BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375BAB is #C8A454. Grayscale: #595959. Windows color (decimal): -13149269 or 11230007. OLE color: 11230007.

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

Color convert

RGB5591171-
CMYK0.680.4700.33
HSL221.38º51.33%44.31%-
HSV(B)221.38º67.84%67.06%-
XYZ12.6711.2340.03-
YUV89.36174.07103.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=17.35%
G=28.71%
B=53.94%

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
Decimal55911710.680.4700.33221.3851.3344.31
Hex375BAB442F021dd332c
Octal67133253104570413356354
Binary1101111011011101010111000100101111010000111011101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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