#3B394A

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

Shades of Black Marlin #3B394A

Tints of Black Marlin #3B394A

Color information

#3B394A (or 0x3B394A) is unknown color: approx Black Marlin. HEX triplet: 3B, 39 and 4A. RGB value is (59,57,74). Sum of RGB (Red+Green+Blue) = 59+57+74=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B394A is #C4C6B5. Grayscale: #3B3B3B. Windows color (decimal): -12895926 or 4864315. OLE color: 4864315.

HSL color Cylindrical-coordinate representation of color #3B394A: hue angle of 247.06º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B394A is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB595774-
CMYK0.200.2300.71
HSL247.06º12.98%25.69%-
HSV(B)247.06º22.97%29.02%-
XYZ4.54.357.08-
YUV59.54136.16127.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.05%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=31.05%
G=30%
B=38.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5957740.200.2300.71247.0612.9825.69
Hex3B394A1417047f7d1a
Octal7371112242701073671532
Binary111011111001100101010100101110100011111110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B394A; }

 p { color: rgb(59,57,74); }

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

<style>
 a { background-color: #3B394A; }

 a { background-color: rgb(59,57,74); }

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

<style>
 span { border-color: #3B394A; }

 span { border-color: rgb(59,57,74); }

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