#2F245A

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

Shades of Paris M #2F245A

Tints of Paris M #2F245A

Color information

#2F245A (or 0x2F245A) is unknown color: approx Paris M. HEX triplet: 2F, 24 and 5A. RGB value is (47,36,90). Sum of RGB (Red+Green+Blue) = 47+36+90=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F245A is #D0DBA5. Grayscale: #2D2D2D. Windows color (decimal): -13687718 or 5907503. OLE color: 5907503.

HSL color Cylindrical-coordinate representation of color #2F245A: hue angle of 252.22º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F245A is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB473690-
CMYK0.480.6000.65
HSL252.22º42.86%24.71%-
HSV(B)252.22º60%35.29%-
XYZ3.652.69.98-
YUV45.44153.14129.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=27.17%
G=20.81%
B=52.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4736900.480.6000.65252.2242.8624.71
Hex2F245A303C041fc2b19
Octal5744132607401013745331
Binary1011111001001011010110000111100010000011111110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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