#36344D

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

Shades of Black Marlin #36344D

Tints of Black Marlin #36344D

Color information

#36344D (or 0x36344D) is unknown color: approx Black Marlin. HEX triplet: 36, 34 and 4D. RGB value is (54,52,77). Sum of RGB (Red+Green+Blue) = 54+52+77=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #36344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36344D is #C9CBB2. Grayscale: #373737. Windows color (decimal): -13224883 or 5059638. OLE color: 5059638.

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

Color convert

RGB545277-
CMYK0.300.3200.70
HSL244.8º19.38%25.29%-
HSV(B)244.8º32.47%30.2%-
XYZ4.093.787.53-
YUV55.45140.16126.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=29.51%
G=28.42%
B=42.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5452770.300.3200.70244.819.3825.29
Hex36344D1E20046f51319
Octal6664115364001063652331
Binary11011011010010011011111010000001000110111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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