#364960

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

Shades of Cello #364960

Tints of Cello #364960

Color information

#364960 (or 0x364960) is unknown color: approx Cello. HEX triplet: 36, 49 and 60. RGB value is (54,73,96). Sum of RGB (Red+Green+Blue) = 54+73+96=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #364960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364960 is #C9B69F. Grayscale: #454545. Windows color (decimal): -13219488 or 6310198. OLE color: 6310198.

HSL color Cylindrical-coordinate representation of color #364960: hue angle of 212.86º 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 #364960 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB547396-
CMYK0.440.2400.62
HSL212.86º28%29.41%-
HSV(B)212.86º43.75%37.65%-
XYZ6.026.3911.98-
YUV69.94142.71116.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=24.22%
G=32.74%
B=43.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5473960.440.2400.62212.862829.41
Hex3649602C1803Ed51c1d
Octal6611114054300763253435
Binary11011010010011100000101100110000111110110101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364960; }

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

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

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

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

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

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

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

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