#38364C

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

Shades of Black Marlin #38364C

Tints of Black Marlin #38364C

Color information

#38364C (or 0x38364C) is unknown color: approx Black Marlin. HEX triplet: 38, 36 and 4C. RGB value is (56,54,76). Sum of RGB (Red+Green+Blue) = 56+54+76=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #38364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38364C is #C7C9B3. Grayscale: #393939. Windows color (decimal): -13093300 or 4994616. OLE color: 4994616.

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

Color convert

RGB565476-
CMYK0.260.2900.70
HSL245.45º16.92%25.49%-
HSV(B)245.45º28.95%29.8%-
XYZ4.2547.39-
YUV57.11138.66127.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 76 (30.08% from 255) = 40.86%
R=30.11%
G=29.03%
B=40.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5654760.260.2900.70245.4516.9225.49
Hex38364C1A1D046f51119
Octal7066114323501063652131
Binary1110001101101001100110101110101000110111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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