#37354C

Color #37354C Black Marlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Marlin #37354C

Tints of Black Marlin #37354C

Color information

#37354C (or 0x37354C) is unknown color: approx Black Marlin. HEX triplet: 37, 35 and 4C. RGB value is (55,53,76). Sum of RGB (Red+Green+Blue) = 55+53+76=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #37354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37354C is #C8CAB3. Grayscale: #383838. Windows color (decimal): -13159092 or 4994359. OLE color: 4994359.

HSL color Cylindrical-coordinate representation of color #37354C: hue angle of 245.22º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #37354C is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB555376-
CMYK0.280.3000.70
HSL245.22º17.83%25.29%-
HSV(B)245.22º30.26%29.8%-
XYZ4.153.887.37-
YUV56.22139.16127.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.89%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 76 (30.08% from 255) = 41.30%
R=29.89%
G=28.80%
B=41.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5553760.280.3000.70245.2217.8325.29
Hex37354C1C1E046f51219
Octal6765114343601063652231
Binary1101111101011001100111001111001000110111101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37354C; }

 p { color: rgb(55,53,76); }

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

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

 a { background-color: rgb(55,53,76); }

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

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

 span { border-color: rgb(55,53,76); }

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