#374DA5

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

Shades of Mariner #374DA5

Tints of Mariner #374DA5

Color information

#374DA5 (or 0x374DA5) is unknown color: approx Mariner. HEX triplet: 37, 4D and A5. RGB value is (55,77,165). Sum of RGB (Red+Green+Blue) = 55+77+165=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 165 (64.84% from 255 or 55.56% from 297); Max value from RGB is 165 - color contains mainly: blue. Hex color #374DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DA5 is #C8B25A. Grayscale: #505050. Windows color (decimal): -13152859 or 10833207. OLE color: 10833207.

HSL color Cylindrical-coordinate representation of color #374DA5: hue angle of 228º 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 #374DA5 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5577165-
CMYK0.670.5300.35
HSL228º50%43.14%-
HSV(B)228º66.67%64.71%-
XYZ11.028.8436.72-
YUV80.45175.71109.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 165 (64.84% from 255) = 55.56%
R=18.52%
G=25.93%
B=55.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal55771650.670.5300.352285043.14
Hex374DA54335023e4322b
Octal67115245103650433446253
Binary1101111001101101001011000011110101010001111100100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374DA5; }

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

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

<style>
 a { background-color: #374DA5; }

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

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

<style>
 span { border-color: #374DA5; }

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

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