#2F276E

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

Shades of Paris M #2F276E

Tints of Paris M #2F276E

Color information

#2F276E (or 0x2F276E) is unknown color: approx Paris M. HEX triplet: 2F, 27 and 6E. RGB value is (47,39,110). Sum of RGB (Red+Green+Blue) = 47+39+110=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F276E is #D0D891. Grayscale: #313131. Windows color (decimal): -13686930 or 7218991. OLE color: 7218991.

HSL color Cylindrical-coordinate representation of color #2F276E: hue angle of 246.76º degrees, saturation: 0.48, 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 #2F276E is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4739110-
CMYK0.570.6500.57
HSL246.76º47.65%29.22%-
HSV(B)246.76º64.55%43.14%-
XYZ4.713.1815.12-
YUV49.49162.15126.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.98%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 110 (43.36% from 255) = 56.12%
R=23.98%
G=19.90%
B=56.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47391100.570.6500.57246.7647.6529.22
Hex2F276E3941039f7301d
Octal5747156711010713676035
Binary1011111001111101110111001100000101110011111011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,39,110); }

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

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

 a { background-color: rgb(47,39,110); }

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

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

 span { border-color: rgb(47,39,110); }

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