#37364D

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

Shades of Black Marlin #37364D

Tints of Black Marlin #37364D

Color information

#37364D (or 0x37364D) is unknown color: approx Black Marlin. HEX triplet: 37, 36 and 4D. RGB value is (55,54,77). Sum of RGB (Red+Green+Blue) = 55+54+77=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #37364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37364D is #C8C9B2. Grayscale: #383838. Windows color (decimal): -13158835 or 5060151. OLE color: 5060151.

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

Color convert

RGB555477-
CMYK0.290.3000.70
HSL242.61º17.56%25.69%-
HSV(B)242.61º29.87%30.2%-
XYZ4.233.997.57-
YUV56.92139.33126.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=29.57%
G=29.03%
B=41.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5554770.290.3000.70242.6117.5625.69
Hex37364D1D1E046f3121a
Octal6766115353601063632232
Binary1101111101101001101111011111001000110111100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37364D; }

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

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

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

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

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

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

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

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