#36334D

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

Shades of Black Marlin #36334D

Tints of Black Marlin #36334D

Color information

#36334D (or 0x36334D) is unknown color: approx Black Marlin. HEX triplet: 36, 33 and 4D. RGB value is (54,51,77). Sum of RGB (Red+Green+Blue) = 54+51+77=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #36334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36334D is #C9CCB2. Grayscale: #363636. Windows color (decimal): -13225139 or 5059382. OLE color: 5059382.

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

Color convert

RGB545177-
CMYK0.300.3400.70
HSL246.92º20.31%25.1%-
HSV(B)246.92º33.77%30.2%-
XYZ4.043.697.52-
YUV54.86140.49127.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=29.67%
G=28.02%
B=42.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5451770.300.3400.70246.9220.3125.1
Hex36334D1E22046f71419
Octal6663115364201063672431
Binary11011011001110011011111010001001000110111101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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