#375A9D

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

Shades of Mariner #375A9D

Tints of Mariner #375A9D

Color information

#375A9D (or 0x375A9D) is unknown color: approx Mariner. HEX triplet: 37, 5A and 9D. RGB value is (55,90,157). Sum of RGB (Red+Green+Blue) = 55+90+157=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #375A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A9D is #C8A562. Grayscale: #565656. Windows color (decimal): -13149539 or 10312247. OLE color: 10312247.

HSL color Cylindrical-coordinate representation of color #375A9D: hue angle of 219.41º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #375A9D is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5590157-
CMYK0.650.4300.38
HSL219.41º48.11%41.57%-
HSV(B)219.41º64.97%61.57%-
XYZ11.3210.5633.34-
YUV87.17167.4105.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.21%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=18.21%
G=29.80%
B=51.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55901570.650.4300.38219.4148.1141.57
Hex375A9D412B026db302a
Octal67132235101530463336052
Binary1101111011010100111011000001101011010011011011011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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