#375EA5

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

Shades of Mariner #375EA5

Tints of Mariner #375EA5

Color information

#375EA5 (or 0x375EA5) is unknown color: approx Mariner. HEX triplet: 37, 5E and A5. RGB value is (55,94,165). Sum of RGB (Red+Green+Blue) = 55+94+165=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #375EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375EA5 is #C8A15A. Grayscale: #5A5A5A. Windows color (decimal): -13148507 or 10837559. OLE color: 10837559.

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

Color convert

RGB5594165-
CMYK0.670.4300.35
HSL218.73º50%43.14%-
HSV(B)218.73º66.67%64.71%-
XYZ12.3711.5337.17-
YUV90.43170.08102.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 165 (64.84% from 255) = 52.55%
R=17.52%
G=29.94%
B=52.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal55941650.670.4300.35218.735043.14
Hex375EA5432B023db322b
Octal67136245103530433336253
Binary1101111011110101001011000011101011010001111011011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,94,165); }

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

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

 a { background-color: rgb(55,94,165); }

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

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

 span { border-color: rgb(55,94,165); }

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