#364863

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

Shades of Cello #364863

Tints of Cello #364863

Color information

#364863 (or 0x364863) is unknown color: approx Cello. HEX triplet: 36, 48 and 63. RGB value is (54,72,99). Sum of RGB (Red+Green+Blue) = 54+72+99=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #364863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364863 is #C9B79C. Grayscale: #454545. Windows color (decimal): -13219741 or 6506550. OLE color: 6506550.

HSL color Cylindrical-coordinate representation of color #364863: hue angle of 216º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #364863 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB547299-
CMYK0.450.2700.61
HSL216º29.41%30%-
HSV(B)216º45.45%38.82%-
XYZ6.096.3212.7-
YUV69.7144.54116.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 99 (39.06% from 255) = 44%
R=24%
G=32%
B=44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5472990.450.2700.6121629.4130
Hex3648632D1B03Dd81d1e
Octal6611014355330753303536
Binary11011010010001100011101101110110111101110110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364863; }

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

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

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

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

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

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

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

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