#375799

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

Shades of Mariner #375799

Tints of Mariner #375799

Color information

#375799 (or 0x375799) is unknown color: approx Mariner. HEX triplet: 37, 57 and 99. RGB value is (55,87,153). Sum of RGB (Red+Green+Blue) = 55+87+153=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #375799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375799 is #C8A866. Grayscale: #545454. Windows color (decimal): -13150311 or 10049335. OLE color: 10049335.

HSL color Cylindrical-coordinate representation of color #375799: hue angle of 220.41º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375799 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5587153-
CMYK0.640.4300.4
HSL220.41º47.12%40.78%-
HSV(B)220.41º64.05%60%-
XYZ10.739.9331.49-
YUV84.96166.4106.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=18.64%
G=29.49%
B=51.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55871530.640.4300.4220.4147.1240.78
Hex375799402B028dc2f29
Octal67127231100530503345751
Binary1101111010111100110011000000101011010100011011100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375799; }

 p { color: rgb(55,87,153); }

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

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

 a { background-color: rgb(55,87,153); }

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

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

 span { border-color: rgb(55,87,153); }

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