#37344E

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

Shades of Black Marlin #37344E

Tints of Black Marlin #37344E

Color information

#37344E (or 0x37344E) is unknown color: approx Black Marlin. HEX triplet: 37, 34 and 4E. RGB value is (55,52,78). Sum of RGB (Red+Green+Blue) = 55+52+78=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #37344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37344E is #C8CBB1. Grayscale: #373737. Windows color (decimal): -13159346 or 5125175. OLE color: 5125175.

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

Color convert

RGB555278-
CMYK0.290.3300.69
HSL246.92º20%25.49%-
HSV(B)246.92º33.33%30.59%-
XYZ4.183.827.72-
YUV55.86140.49127.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=29.73%
G=28.11%
B=42.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5552780.290.3300.69246.922025.49
Hex37344E1D21045f71419
Octal6764116354101053672431
Binary11011111010010011101110110000101000101111101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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