#364959

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

Shades of Cello #364959

Tints of Cello #364959

Color information

#364959 (or 0x364959) is unknown color: approx Cello. HEX triplet: 36, 49 and 59. RGB value is (54,73,89). Sum of RGB (Red+Green+Blue) = 54+73+89=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #364959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364959 is #C9B6A6. Grayscale: #454545. Windows color (decimal): -13219495 or 5851446. OLE color: 5851446.

HSL color Cylindrical-coordinate representation of color #364959: hue angle of 207.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364959 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB547389-
CMYK0.390.1800.65
HSL207.43º24.48%28.04%-
HSV(B)207.43º39.33%34.9%-
XYZ5.716.2710.36-
YUV69.14139.21117.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=25%
G=33.80%
B=41.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5473890.390.1800.65207.4324.4828.04
Hex3649592712041cf181c
Octal66111131472201013173034
Binary110110100100110110011001111001001000001110011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364959; }

 p { color: rgb(54,73,89); }

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

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

 a { background-color: rgb(54,73,89); }

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

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

 span { border-color: rgb(54,73,89); }

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