#2F296D

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

Shades of Paris M #2F296D

Tints of Paris M #2F296D

Color information

#2F296D (or 0x2F296D) is unknown color: approx Paris M. HEX triplet: 2F, 29 and 6D. RGB value is (47,41,109). Sum of RGB (Red+Green+Blue) = 47+41+109=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F296D is #D0D692. Grayscale: #323232. Windows color (decimal): -13686419 or 7153967. OLE color: 7153967.

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

Color convert

RGB4741109-
CMYK0.570.6200.57
HSL245.29º45.33%29.41%-
HSV(B)245.29º62.39%42.75%-
XYZ4.733.2914.85-
YUV50.55160.99125.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 109 (42.97% from 255) = 55.33%
R=23.86%
G=20.81%
B=55.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47411090.570.6200.57245.2945.3329.41
Hex2F296D393E039f52d1d
Octal575115571760713655535
Binary101111101001110110111100111111001110011111010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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