#445364

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

Shades of Cello #445364

Tints of Cello #445364

Color information

#445364 (or 0x445364) is unknown color: approx Cello. HEX triplet: 44, 53 and 64. RGB value is (68,83,100). Sum of RGB (Red+Green+Blue) = 68+83+100=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 100 - color contains mainly: blue. Hex color #445364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445364 is #BBAC9B. Grayscale: #505050. Windows color (decimal): -12299420 or 6574916. OLE color: 6574916.

HSL color Cylindrical-coordinate representation of color #445364: hue angle of 211.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #445364 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6883100-
CMYK0.320.1700.61
HSL211.88º19.05%32.94%-
HSV(B)211.88º32%39.22%-
XYZ7.788.3413.26-
YUV80.45139.03119.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 100 (39.45% from 255) = 39.84%
R=27.09%
G=33.07%
B=39.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68831000.320.1700.61211.8819.0532.94
Hex445364201103Dd41321
Octal10412314440210753242341
Binary1000100101001111001001000001000101111011101010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445364; }

 p { color: rgb(68,83,100); }

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

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

 a { background-color: rgb(68,83,100); }

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

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

 span { border-color: rgb(68,83,100); }

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