#364760

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

Shades of Cello #364760

Tints of Cello #364760

Color information

#364760 (or 0x364760) is unknown color: approx Cello. HEX triplet: 36, 47 and 60. RGB value is (54,71,96). Sum of RGB (Red+Green+Blue) = 54+71+96=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #364760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364760 is #C9B89F. Grayscale: #444444. Windows color (decimal): -13220000 or 6309686. OLE color: 6309686.

HSL color Cylindrical-coordinate representation of color #364760: hue angle of 215.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #364760 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB547196-
CMYK0.440.2600.62
HSL215.71º28%29.41%-
HSV(B)215.71º43.75%37.65%-
XYZ5.896.1411.94-
YUV68.77143.37117.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=24.43%
G=32.13%
B=43.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5471960.440.2600.62215.712829.41
Hex3647602C1A03Ed81c1d
Octal6610714054320763303435
Binary11011010001111100000101100110100111110110110001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364760; }

 p { color: rgb(54,71,96); }

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

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

 a { background-color: rgb(54,71,96); }

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

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

 span { border-color: rgb(54,71,96); }

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