#405268

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

Shades of Cello #405268

Tints of Cello #405268

Color information

#405268 (or 0x405268) is unknown color: approx Cello. HEX triplet: 40, 52 and 68. RGB value is (64,82,104). Sum of RGB (Red+Green+Blue) = 64+82+104=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #405268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405268 is #BFAD97. Grayscale: #4F4F4F. Windows color (decimal): -12561816 or 6836800. OLE color: 6836800.

HSL color Cylindrical-coordinate representation of color #405268: hue angle of 213º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #405268 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6482104-
CMYK0.380.2100.59
HSL213º23.81%32.94%-
HSV(B)213º38.46%40.78%-
XYZ7.638.1214.26-
YUV79.13142.04117.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 104 (41.02% from 255) = 41.6%
R=25.6%
G=32.8%
B=41.6%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64821040.380.2100.5921323.8132.94
Hex405268261503Bd51821
Octal10012215046250733253041
Binary1000000101001011010001001101010101110111101010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405268; }

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

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

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

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

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

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

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

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