#2D236C

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

Shades of Paris M #2D236C

Tints of Paris M #2D236C

Color information

#2D236C (or 0x2D236C) is unknown color: approx Paris M. HEX triplet: 2D, 23 and 6C. RGB value is (45,35,108). Sum of RGB (Red+Green+Blue) = 45+35+108=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D236C is #D2DC93. Grayscale: #2E2E2E. Windows color (decimal): -13819028 or 7086893. OLE color: 7086893.

HSL color Cylindrical-coordinate representation of color #2D236C: hue angle of 248.22º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D236C is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4535108-
CMYK0.580.6800.58
HSL248.22º51.05%28.04%-
HSV(B)248.22º67.59%42.35%-
XYZ4.392.8414.5-
YUV46.31162.81127.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.94%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 108 (42.58% from 255) = 57.45%
R=23.94%
G=18.62%
B=57.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45351080.580.6800.58248.2251.0528.04
Hex2D236C3A4403Af8331c
Octal5543154721040723706334
Binary1011011000111101100111010100010001110101111100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,108); }

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

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

 a { background-color: rgb(45,35,108); }

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

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

 span { border-color: rgb(45,35,108); }

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