#37354B

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

Shades of Black Marlin #37354B

Tints of Black Marlin #37354B

Color information

#37354B (or 0x37354B) is unknown color: approx Black Marlin. HEX triplet: 37, 35 and 4B. RGB value is (55,53,75). Sum of RGB (Red+Green+Blue) = 55+53+75=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #37354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37354B is #C8CAB4. Grayscale: #383838. Windows color (decimal): -13159093 or 4928823. OLE color: 4928823.

HSL color Cylindrical-coordinate representation of color #37354B: hue angle of 245.45º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #37354B is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB555375-
CMYK0.270.2900.71
HSL245.45º17.19%25.1%-
HSV(B)245.45º29.33%29.41%-
XYZ4.123.877.19-
YUV56.11138.66127.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=30.05%
G=28.96%
B=40.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5553750.270.2900.71245.4517.1925.1
Hex37354B1B1D047f51119
Octal6765113333501073652131
Binary1101111101011001011110111110101000111111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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