#36344E

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

Shades of Black Marlin #36344E

Tints of Black Marlin #36344E

Color information

#36344E (or 0x36344E) is unknown color: approx Black Marlin. HEX triplet: 36, 34 and 4E. RGB value is (54,52,78). Sum of RGB (Red+Green+Blue) = 54+52+78=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #36344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36344E is #C9CBB1. Grayscale: #373737. Windows color (decimal): -13224882 or 5125174. OLE color: 5125174.

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

Color convert

RGB545278-
CMYK0.310.3300.69
HSL244.62º20%25.49%-
HSV(B)244.62º33.33%30.59%-
XYZ4.123.797.72-
YUV55.56140.66126.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.35%
GREEN value IS 52 (20.70% from 255) = 28.26%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=29.35%
G=28.26%
B=42.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5452780.310.3300.69244.622025.49
Hex36344E1F21045f51419
Octal6664116374101053652431
Binary11011011010010011101111110000101000101111101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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