#282666

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

Shades of Paris M #282666

Tints of Paris M #282666

Color information

#282666 (or 0x282666) is unknown color: approx Paris M. HEX triplet: 28, 26 and 66. RGB value is (40,38,102). Sum of RGB (Red+Green+Blue) = 40+38+102=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #282666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282666 is #D7D999. Grayscale: #2D2D2D. Windows color (decimal): -14145946 or 6694440. OLE color: 6694440.

HSL color Cylindrical-coordinate representation of color #282666: hue angle of 241.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282666 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4038102-
CMYK0.610.6300.6
HSL241.88º45.71%27.45%-
HSV(B)241.88º62.75%40%-
XYZ3.972.812.9-
YUV45.89159.66123.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 102 (40.23% from 255) = 56.67%
R=22.22%
G=21.11%
B=56.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40381020.610.6300.6241.8845.7127.45
Hex2826663D3F03Cf22e1b
Octal504614675770743625633
Binary101000100110110011011110111111101111001111001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282666; }

 p { color: rgb(40,38,102); }

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

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

 a { background-color: rgb(40,38,102); }

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

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

 span { border-color: rgb(40,38,102); }

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