#282369

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

Shades of Paris M #282369

Tints of Paris M #282369

Color information

#282369 (or 0x282369) is unknown color: approx Paris M. HEX triplet: 28, 23 and 69. RGB value is (40,35,105). Sum of RGB (Red+Green+Blue) = 40+35+105=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #282369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282369 is #D7DC96. Grayscale: #2C2C2C. Windows color (decimal): -14146711 or 6890280. OLE color: 6890280.

HSL color Cylindrical-coordinate representation of color #282369: hue angle of 244.29º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #282369 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4035105-
CMYK0.620.6700.59
HSL244.29º50%27.45%-
HSV(B)244.29º66.67%41.18%-
XYZ4.032.6713.67-
YUV44.47162.16124.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 105 (41.41% from 255) = 58.33%
R=22.22%
G=19.44%
B=58.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40351050.620.6700.59244.295027.45
Hex2823693E4303Bf4321b
Octal5043151761030733646233
Binary1010001000111101001111110100001101110111111010011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282369; }

 p { color: rgb(40,35,105); }

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

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

 a { background-color: rgb(40,35,105); }

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

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

 span { border-color: rgb(40,35,105); }

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