#405366

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

Shades of Cello #405366

Tints of Cello #405366

Color information

#405366 (or 0x405366) is unknown color: approx Cello. HEX triplet: 40, 53 and 66. RGB value is (64,83,102). Sum of RGB (Red+Green+Blue) = 64+83+102=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #405366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405366 is #BFAC99. Grayscale: #4F4F4F. Windows color (decimal): -12561562 or 6705984. OLE color: 6705984.

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

Color convert

RGB6483102-
CMYK0.370.1900.6
HSL210º22.89%32.55%-
HSV(B)210º37.25%40%-
XYZ7.618.2413.76-
YUV79.48140.71116.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=25.70%
G=33.33%
B=40.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64831020.370.1900.621022.8932.55
Hex405366251303Cd21721
Octal10012314645230743222741
Binary1000000101001111001101001011001101111001101001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405366; }

 p { color: rgb(64,83,102); }

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

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

 a { background-color: rgb(64,83,102); }

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

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

 span { border-color: rgb(64,83,102); }

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