#36354E

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

Shades of Black Marlin #36354E

Tints of Black Marlin #36354E

Color information

#36354E (or 0x36354E) is unknown color: approx Black Marlin. HEX triplet: 36, 35 and 4E. RGB value is (54,53,78). Sum of RGB (Red+Green+Blue) = 54+53+78=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #36354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36354E is #C9CAB1. Grayscale: #383838. Windows color (decimal): -13224626 or 5125430. OLE color: 5125430.

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

Color convert

RGB545378-
CMYK0.310.3200.69
HSL242.4º19.08%25.69%-
HSV(B)242.4º32.05%30.59%-
XYZ4.173.887.74-
YUV56.15140.33126.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=29.19%
G=28.65%
B=42.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5453780.310.3200.69242.419.0825.69
Hex36354E1F20045f2131a
Octal6665116374001053622332
Binary11011011010110011101111110000001000101111100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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