#37344C

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

Shades of Black Marlin #37344C

Tints of Black Marlin #37344C

Color information

#37344C (or 0x37344C) is unknown color: approx Black Marlin. HEX triplet: 37, 34 and 4C. RGB value is (55,52,76). Sum of RGB (Red+Green+Blue) = 55+52+76=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #37344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37344C is #C8CBB3. Grayscale: #373737. Windows color (decimal): -13159348 or 4994103. OLE color: 4994103.

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

Color convert

RGB555276-
CMYK0.280.3200.70
HSL247.5º18.75%25.1%-
HSV(B)247.5º31.58%29.8%-
XYZ4.113.797.35-
YUV55.63139.49127.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=30.05%
G=28.42%
B=41.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5552760.280.3200.70247.518.7525.1
Hex37344C1C20046f81319
Octal6764114344001063702331
Binary11011111010010011001110010000001000110111110001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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