#37344B

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

Shades of Black Marlin #37344B

Tints of Black Marlin #37344B

Color information

#37344B (or 0x37344B) is unknown color: approx Black Marlin. HEX triplet: 37, 34 and 4B. RGB value is (55,52,75). Sum of RGB (Red+Green+Blue) = 55+52+75=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #37344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37344B is #C8CBB4. Grayscale: #373737. Windows color (decimal): -13159349 or 4928567. OLE color: 4928567.

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

Color convert

RGB555275-
CMYK0.270.3100.71
HSL247.83º18.11%24.9%-
HSV(B)247.83º30.67%29.41%-
XYZ4.073.787.17-
YUV55.52138.99127.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=30.22%
G=28.57%
B=41.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5552750.270.3100.71247.8318.1124.9
Hex37344B1B1F047f81219
Octal6764113333701073702231
Binary1101111101001001011110111111101000111111110001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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