#2D2068

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

Shades of Paris M #2D2068

Tints of Paris M #2D2068

Color information

#2D2068 (or 0x2D2068) is unknown color: approx Paris M. HEX triplet: 2D, 20 and 68. RGB value is (45,32,104). Sum of RGB (Red+Green+Blue) = 45+32+104=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D2068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2068 is #D2DF97. Grayscale: #2B2B2B. Windows color (decimal): -13819800 or 6823981. OLE color: 6823981.

HSL color Cylindrical-coordinate representation of color #2D2068: hue angle of 250.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D2068 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4532104-
CMYK0.570.6900.59
HSL250.83º52.94%26.67%-
HSV(B)250.83º69.23%40.78%-
XYZ4.12.5913.38-
YUV44.1161.81128.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.86%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=24.86%
G=17.68%
B=57.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal45321040.570.6900.59250.8352.9426.67
Hex2D2068394503Bfb351b
Octal5540150711050733736533
Binary1011011000001101000111001100010101110111111101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D2068; }

 p { color: rgb(45,32,104); }

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

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

 a { background-color: rgb(45,32,104); }

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

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

 span { border-color: rgb(45,32,104); }

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