#364A59

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

Shades of Cello #364A59

Tints of Cello #364A59

Color information

#364A59 (or 0x364A59) is unknown color: approx Cello. HEX triplet: 36, 4A and 59. RGB value is (54,74,89). Sum of RGB (Red+Green+Blue) = 54+74+89=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #364A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A59 is #C9B5A6. Grayscale: #454545. Windows color (decimal): -13219239 or 5851702. OLE color: 5851702.

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

Color convert

RGB547489-
CMYK0.390.1700.65
HSL205.71º24.48%28.04%-
HSV(B)205.71º39.33%34.9%-
XYZ5.776.410.38-
YUV69.73138.87116.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=24.88%
G=34.10%
B=41.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5474890.390.1700.65205.7124.4828.04
Hex364A592711041ce181c
Octal66112131472101013163034
Binary110110100101010110011001111000101000001110011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364A59; }

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

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

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

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

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

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

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

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