#2F246B

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

Shades of Paris M #2F246B

Tints of Paris M #2F246B

Color information

#2F246B (or 0x2F246B) is unknown color: approx Paris M. HEX triplet: 2F, 24 and 6B. RGB value is (47,36,107). Sum of RGB (Red+Green+Blue) = 47+36+107=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F246B is #D0DB94. Grayscale: #2F2F2F. Windows color (decimal): -13687701 or 7021615. OLE color: 7021615.

HSL color Cylindrical-coordinate representation of color #2F246B: hue angle of 249.3º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F246B is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4736107-
CMYK0.560.6600.58
HSL249.3º49.65%28.04%-
HSV(B)249.3º66.36%41.96%-
XYZ4.462.9314.24-
YUV47.38161.64127.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 107 (42.19% from 255) = 56.32%
R=24.74%
G=18.95%
B=56.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47361070.560.6600.58249.349.6528.04
Hex2F246B384203Af9321c
Octal5744153701020723716234
Binary1011111001001101011111000100001001110101111100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,36,107); }

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

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

 a { background-color: rgb(47,36,107); }

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

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

 span { border-color: rgb(47,36,107); }

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