Html Css Color HEX #3B394A Black Marlin

📋 copy color: '#3B394A'

red 59 ◦ green 57 ◦ blue 74

#3B394A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Marlin #3B394A

Tints of Black Marlin #3B394A

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.3% from 255) = 38.95%

R = 31.05%
G = 30%
B = 38.95%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B394A (or 0x3B394A) is known color: 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

RGB 59 57 74 -
CMYK 0.20 0.23 0 0.71
HSL 247.06º 0.13% 0.26% -
HSV(B) 247.06º 0.23% 0.29% -
XYZ 4.5 4.35 7.08 -
YUV 59.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 59 57 74 0.20 0.23 0 0.71 247.06 0.13 0.26
Hex 3B 39 4A 14 17 0 47 F7 D 1A
Octal 73 71 112 24 27 0 107 367 15 32
Binary 111011 111001 1001010 10100 10111 0 1000111 11110111 1101 11010

Color Harmonies of #3B394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B394A

Black with #3B394A

Text Example


Text Example

White with #3B394A

Text Example


Text Example

HTML Codes & Css Web 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>