#364859

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

Shades of Cello #364859

Tints of Cello #364859

Color information

#364859 (or 0x364859) is unknown color: approx Cello. HEX triplet: 36, 48 and 59. RGB value is (54,72,89). Sum of RGB (Red+Green+Blue) = 54+72+89=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #364859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364859 is #C9B7A6. Grayscale: #444444. Windows color (decimal): -13219751 or 5851190. OLE color: 5851190.

HSL color Cylindrical-coordinate representation of color #364859: hue angle of 209.14º 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 #364859 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB547289-
CMYK0.390.1900.65
HSL209.14º24.48%28.04%-
HSV(B)209.14º39.33%34.9%-
XYZ5.646.1410.34-
YUV68.56139.54117.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=25.12%
G=33.49%
B=41.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5472890.390.1900.65209.1424.4828.04
Hex3648592713041d1181c
Octal66110131472301013213034
Binary110110100100010110011001111001101000001110100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364859; }

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

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

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

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

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

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

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

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