#405265

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

Shades of Cello #405265

Tints of Cello #405265

Color information

#405265 (or 0x405265) is unknown color: approx Cello. HEX triplet: 40, 52 and 65. RGB value is (64,82,101). Sum of RGB (Red+Green+Blue) = 64+82+101=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #405265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405265 is #BFAD9A. Grayscale: #4E4E4E. Windows color (decimal): -12561819 or 6640192. OLE color: 6640192.

HSL color Cylindrical-coordinate representation of color #405265: hue angle of 210.81º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #405265 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6482101-
CMYK0.370.1900.60
HSL210.81º22.42%32.35%-
HSV(B)210.81º36.63%39.61%-
XYZ7.488.0613.47-
YUV78.78140.54117.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=25.91%
G=33.20%
B=40.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64821010.370.1900.60210.8122.4232.35
Hex405265251303Cd31620
Octal10012214545230743232640
Binary1000000101001011001011001011001101111001101001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405265; }

 p { color: rgb(64,82,101); }

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

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

 a { background-color: rgb(64,82,101); }

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

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

 span { border-color: rgb(64,82,101); }

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