#2F295F

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

Shades of Paris M #2F295F

Tints of Paris M #2F295F

Color information

#2F295F (or 0x2F295F) is unknown color: approx Paris M. HEX triplet: 2F, 29 and 5F. RGB value is (47,41,95). Sum of RGB (Red+Green+Blue) = 47+41+95=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F295F is #D0D6A0. Grayscale: #303030. Windows color (decimal): -13686433 or 6236463. OLE color: 6236463.

HSL color Cylindrical-coordinate representation of color #2F295F: hue angle of 246.67º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F295F is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB474195-
CMYK0.510.5700.63
HSL246.67º39.71%26.67%-
HSV(B)246.67º56.84%37.25%-
XYZ4.033.0211.2-
YUV48.95153.99126.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.68%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=25.68%
G=22.40%
B=51.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4741950.510.5700.63246.6739.7126.67
Hex2F295F333903Ff7281b
Octal575113763710773675033
Binary101111101001101111111001111100101111111111011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,41,95); }

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

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

 a { background-color: rgb(47,41,95); }

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

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

 span { border-color: rgb(47,41,95); }

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