#445362

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

Shades of Cello #445362

Tints of Cello #445362

Color information

#445362 (or 0x445362) is unknown color: approx Cello. HEX triplet: 44, 53 and 62. RGB value is (68,83,98). Sum of RGB (Red+Green+Blue) = 68+83+98=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #445362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445362 is #BBAC9D. Grayscale: #505050. Windows color (decimal): -12299422 or 6443844. OLE color: 6443844.

HSL color Cylindrical-coordinate representation of color #445362: hue angle of 210º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445362 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB688398-
CMYK0.310.1500.62
HSL210º18.07%32.55%-
HSV(B)210º30.61%38.43%-
XYZ7.688.312.75-
YUV80.22138.03119.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=27.31%
G=33.33%
B=39.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6883980.310.1500.6221018.0732.55
Hex4453621FF03Ed21221
Octal10412314237170763222241
Binary10001001010011110001011111111101111101101001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445362; }

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

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

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

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

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

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

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

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