#363345

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

Shades of Black Marlin #363345

Tints of Black Marlin #363345

Color information

#363345 (or 0x363345) is unknown color: approx Black Marlin. HEX triplet: 36, 33 and 45. RGB value is (54,51,69). Sum of RGB (Red+Green+Blue) = 54+51+69=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 69 - color contains mainly: blue. Hex color #363345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363345 is #C9CCBA. Grayscale: #353535. Windows color (decimal): -13225147 or 4535094. OLE color: 4535094.

HSL color Cylindrical-coordinate representation of color #363345: hue angle of 250º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #363345 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB545169-
CMYK0.220.2600.73
HSL250º15%23.53%-
HSV(B)250º26.09%27.06%-
XYZ3.783.586.12-
YUV53.95136.49128.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.03%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 69 (27.34% from 255) = 39.66%
R=31.03%
G=29.31%
B=39.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5451690.220.2600.732501523.53
Hex363345161A049faf18
Octal6663105263201113721730
Binary110110110011100010110110110100100100111111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363345; }

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

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

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

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

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

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

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

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