#375A9E

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

Shades of Mariner #375A9E

Tints of Mariner #375A9E

Color information

#375A9E (or 0x375A9E) is unknown color: approx Mariner. HEX triplet: 37, 5A and 9E. RGB value is (55,90,158). Sum of RGB (Red+Green+Blue) = 55+90+158=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #375A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A9E is #C8A561. Grayscale: #565656. Windows color (decimal): -13149538 or 10377783. OLE color: 10377783.

HSL color Cylindrical-coordinate representation of color #375A9E: hue angle of 219.61º 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 #375A9E is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5590158-
CMYK0.650.4300.38
HSL219.61º48.36%41.76%-
HSV(B)219.61º65.19%61.96%-
XYZ11.410.5933.79-
YUV87.29167.9104.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.15%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=18.15%
G=29.70%
B=52.15%

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
Decimal55901580.650.4300.38219.6148.3641.76
Hex375A9E412B026dc302a
Octal67132236101530463346052
Binary1101111011010100111101000001101011010011011011100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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