#36334B

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

Shades of Black Marlin #36334B

Tints of Black Marlin #36334B

Color information

#36334B (or 0x36334B) is unknown color: approx Black Marlin. HEX triplet: 36, 33 and 4B. RGB value is (54,51,75). Sum of RGB (Red+Green+Blue) = 54+51+75=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #36334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36334B is #C9CCB4. Grayscale: #363636. Windows color (decimal): -13225141 or 4928310. OLE color: 4928310.

HSL color Cylindrical-coordinate representation of color #36334B: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #36334B is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB545175-
CMYK0.280.3200.71
HSL247.5º19.05%24.71%-
HSV(B)247.5º32%29.41%-
XYZ3.983.667.15-
YUV54.63139.49127.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=30%
G=28.33%
B=41.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5451750.280.3200.71247.519.0524.71
Hex36334B1C20047f81319
Octal6663113344001073702331
Binary11011011001110010111110010000001000111111110001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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