#2D266E

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

Shades of Paris M #2D266E

Tints of Paris M #2D266E

Color information

#2D266E (or 0x2D266E) is unknown color: approx Paris M. HEX triplet: 2D, 26 and 6E. RGB value is (45,38,110). Sum of RGB (Red+Green+Blue) = 45+38+110=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D266E is #D2D991. Grayscale: #303030. Windows color (decimal): -13818258 or 7218733. OLE color: 7218733.

HSL color Cylindrical-coordinate representation of color #2D266E: hue angle of 245.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D266E is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4538110-
CMYK0.590.6500.57
HSL245.83º48.65%29.02%-
HSV(B)245.83º65.45%43.14%-
XYZ4.593.0715.1-
YUV48.3162.82125.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 110 (43.36% from 255) = 56.99%
R=23.32%
G=19.69%
B=56.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45381100.590.6500.57245.8348.6529.02
Hex2D266E3B41039f6311d
Octal5546156731010713666135
Binary1011011001101101110111011100000101110011111011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,38,110); }

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

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

 a { background-color: rgb(45,38,110); }

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

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

 span { border-color: rgb(45,38,110); }

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