Html Css Color HEX #3B384E Black Marlin

📋 copy color: '#3B384E'

red 59 ◦ green 56 ◦ blue 78

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

Shades of Black Marlin #3B384E

Tints of Black Marlin #3B384E

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 value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 59 56 78 -
CMYK 0.24 0.28 0 0.69
HSL 248.18º 0.16% 0.26% -
HSV(B) 248.18º 0.28% 0.31% -
XYZ 4.59 4.31 7.8 -
YUV 59.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 59 56 78 0.24 0.28 0 0.69 248.18 0.16 0.26
Hex 3B 38 4E 18 1C 0 45 F8 10 1A
Octal 73 70 116 30 34 0 105 370 20 32
Binary 111011 111000 1001110 11000 11100 0 1000101 11111000 10000 11010

Color Harmonies of #3B384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B384E

Black with #3B384E

Text Example


Text Example

White with #3B384E

Text Example


Text Example

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