#3B384D

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

Shades of Black Marlin #3B384D

Tints of Black Marlin #3B384D

Color information

#3B384D (or 0x3B384D) is unknown color: approx Black Marlin. HEX triplet: 3B, 38 and 4D. RGB value is (59,56,77). Sum of RGB (Red+Green+Blue) = 59+56+77=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B384D is #C4C7B2. Grayscale: #3B3B3B. Windows color (decimal): -12896179 or 5060667. OLE color: 5060667.

HSL color Cylindrical-coordinate representation of color #3B384D: hue angle of 248.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B384D is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB595677-
CMYK0.230.2700.70
HSL248.57º15.79%26.08%-
HSV(B)248.57º27.27%30.2%-
XYZ4.564.297.61-
YUV59.29137.99127.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.73%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=30.73%
G=29.17%
B=40.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5956770.230.2700.70248.5715.7926.08
Hex3B384D171B046f9101a
Octal7370115273301063712032
Binary1110111110001001101101111101101000110111110011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,56,77); }

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

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

 a { background-color: rgb(59,56,77); }

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

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

 span { border-color: rgb(59,56,77); }

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