#3B384E

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

Shades of Black Marlin #3B384E

Tints of Black Marlin #3B384E

Color information

#3B384E (or 0x3B384E) is unknown color: approx Black Marlin. HEX triplet: 3B, 38 and 4E. RGB value is (59,56,78). Sum of RGB (Red+Green+Blue) = 59+56+78=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B384E is #C4C7B1. Grayscale: #3B3B3B. Windows color (decimal): -12896178 or 5126203. OLE color: 5126203.

HSL color Cylindrical-coordinate representation of color #3B384E: hue angle of 248.18º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B384E is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB595678-
CMYK0.240.2800.69
HSL248.18º16.42%26.27%-
HSV(B)248.18º28.21%30.59%-
XYZ4.594.317.8-
YUV59.4138.49127.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.57%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=30.57%
G=29.02%
B=40.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5956780.240.2800.69248.1816.4226.27
Hex3B384E181C045f8101a
Octal7370116303401053702032
Binary1110111110001001110110001110001000101111110001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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