#2D256C

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

Shades of Paris M #2D256C

Tints of Paris M #2D256C

Color information

#2D256C (or 0x2D256C) is unknown color: approx Paris M. HEX triplet: 2D, 25 and 6C. RGB value is (45,37,108). Sum of RGB (Red+Green+Blue) = 45+37+108=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D256C is #D2DA93. Grayscale: #2F2F2F. Windows color (decimal): -13818516 or 7087405. OLE color: 7087405.

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

Color convert

RGB4537108-
CMYK0.580.6600.58
HSL246.76º48.97%28.43%-
HSV(B)246.76º65.74%42.35%-
XYZ4.452.9614.52-
YUV47.49162.15126.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.68%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 108 (42.58% from 255) = 56.84%
R=23.68%
G=19.47%
B=56.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45371080.580.6600.58246.7648.9728.43
Hex2D256C3A4203Af7311c
Octal5545154721020723676134
Binary1011011001011101100111010100001001110101111011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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