#282565

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

Shades of Paris M #282565

Tints of Paris M #282565

Color information

#282565 (or 0x282565) is unknown color: approx Paris M. HEX triplet: 28, 25 and 65. RGB value is (40,37,101). Sum of RGB (Red+Green+Blue) = 40+37+101=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #282565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282565 is #D7DA9A. Grayscale: #2C2C2C. Windows color (decimal): -14146203 or 6628648. OLE color: 6628648.

HSL color Cylindrical-coordinate representation of color #282565: hue angle of 242.81º 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 #282565 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4037101-
CMYK0.600.6300.60
HSL242.81º46.38%27.06%-
HSV(B)242.81º63.37%39.61%-
XYZ3.892.7112.63-
YUV45.19159.49124.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 101 (39.84% from 255) = 56.74%
R=22.47%
G=20.79%
B=56.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40371010.600.6300.60242.8146.3827.06
Hex2825653C3F03Cf32e1b
Octal504514574770743635633
Binary101000100101110010111110011111101111001111001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282565; }

 p { color: rgb(40,37,101); }

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

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

 a { background-color: rgb(40,37,101); }

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

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

 span { border-color: rgb(40,37,101); }

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