#38364D

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

Shades of Black Marlin #38364D

Tints of Black Marlin #38364D

Color information

#38364D (or 0x38364D) is unknown color: approx Black Marlin. HEX triplet: 38, 36 and 4D. RGB value is (56,54,77). Sum of RGB (Red+Green+Blue) = 56+54+77=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #38364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38364D is #C7C9B2. Grayscale: #393939. Windows color (decimal): -13093299 or 5060152. OLE color: 5060152.

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

Color convert

RGB565477-
CMYK0.270.3000.70
HSL245.22º17.56%25.69%-
HSV(B)245.22º29.87%30.2%-
XYZ4.294.017.57-
YUV57.22139.16127.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=29.95%
G=28.88%
B=41.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5654770.270.3000.70245.2217.5625.69
Hex38364D1B1E046f5121a
Octal7066115333601063652232
Binary1110001101101001101110111111001000110111101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38364D; }

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

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

<style>
 a { background-color: #38364D; }

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

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

<style>
 span { border-color: #38364D; }

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

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