#36354F

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

Shades of Black Marlin #36354F

Tints of Black Marlin #36354F

Color information

#36354F (or 0x36354F) is unknown color: approx Black Marlin. HEX triplet: 36, 35 and 4F. RGB value is (54,53,79). Sum of RGB (Red+Green+Blue) = 54+53+79=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #36354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36354F is #C9CAB0. Grayscale: #383838. Windows color (decimal): -13224625 or 5190966. OLE color: 5190966.

HSL color Cylindrical-coordinate representation of color #36354F: hue angle of 242.31º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #36354F is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB545379-
CMYK0.320.3300.69
HSL242.31º19.7%25.88%-
HSV(B)242.31º32.91%30.98%-
XYZ4.213.897.93-
YUV56.26140.83126.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=29.03%
G=28.49%
B=42.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5453790.320.3300.69242.3119.725.88
Hex36354F2021045f2141a
Octal6665117404101053622432
Binary110110110101100111110000010000101000101111100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36354F; }

 p { color: rgb(54,53,79); }

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

<style>
 a { background-color: #36354F; }

 a { background-color: rgb(54,53,79); }

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

<style>
 span { border-color: #36354F; }

 span { border-color: rgb(54,53,79); }

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