#2F295D

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

Shades of Paris M #2F295D

Tints of Paris M #2F295D

Color information

#2F295D (or 0x2F295D) is unknown color: approx Paris M. HEX triplet: 2F, 29 and 5D. RGB value is (47,41,93). Sum of RGB (Red+Green+Blue) = 47+41+93=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F295D is #D0D6A2. Grayscale: #303030. Windows color (decimal): -13686435 or 6105391. OLE color: 6105391.

HSL color Cylindrical-coordinate representation of color #2F295D: hue angle of 246.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F295D is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB474193-
CMYK0.490.5600.64
HSL246.92º38.81%26.27%-
HSV(B)246.92º55.91%36.47%-
XYZ3.942.9810.72-
YUV48.72152.99126.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.97%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=25.97%
G=22.65%
B=51.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4741930.490.5600.64246.9238.8126.27
Hex2F295D3138040f7271a
Octal5751135617001003674732
Binary1011111010011011101110001111000010000001111011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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