#2F2962

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

Shades of Paris M #2F2962

Tints of Paris M #2F2962

Color information

#2F2962 (or 0x2F2962) is unknown color: approx Paris M. HEX triplet: 2F, 29 and 62. RGB value is (47,41,98). Sum of RGB (Red+Green+Blue) = 47+41+98=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F2962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2962 is #D0D69D. Grayscale: #313131. Windows color (decimal): -13686430 or 6433071. OLE color: 6433071.

HSL color Cylindrical-coordinate representation of color #2F2962: hue angle of 246.32º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F2962 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB474198-
CMYK0.520.5800.62
HSL246.32º41.01%27.25%-
HSV(B)246.32º58.16%38.43%-
XYZ4.173.0711.93-
YUV49.29155.49126.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=25.27%
G=22.04%
B=52.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4741980.520.5800.62246.3241.0127.25
Hex2F2962343A03Ef6291b
Octal575114264720763665133
Binary101111101001110001011010011101001111101111011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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