#2F2676

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

Shades of Paris M #2F2676

Tints of Paris M #2F2676

Color information

#2F2676 (or 0x2F2676) is unknown color: approx Paris M. HEX triplet: 2F, 26 and 76. RGB value is (47,38,118). Sum of RGB (Red+Green+Blue) = 47+38+118=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2676 is #D0D989. Grayscale: #313131. Windows color (decimal): -13687178 or 7743023. OLE color: 7743023.

HSL color Cylindrical-coordinate representation of color #2F2676: hue angle of 246.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F2676 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4738118-
CMYK0.600.6800.54
HSL246.75º51.28%30.59%-
HSV(B)246.75º67.8%46.27%-
XYZ5.143.317.51-
YUV49.81166.48126-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.15%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=23.15%
G=18.72%
B=58.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47381180.600.6800.54246.7551.2830.59
Hex2F26763C44036f7331f
Octal5746166741040663676337
Binary1011111001101110110111100100010001101101111011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,38,118); }

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

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

 a { background-color: rgb(47,38,118); }

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

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

 span { border-color: rgb(47,38,118); }

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