#2F245B

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

Shades of Paris M #2F245B

Tints of Paris M #2F245B

Color information

#2F245B (or 0x2F245B) is unknown color: approx Paris M. HEX triplet: 2F, 24 and 5B. RGB value is (47,36,91). Sum of RGB (Red+Green+Blue) = 47+36+91=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F245B is #D0DBA4. Grayscale: #2D2D2D. Windows color (decimal): -13687717 or 5973039. OLE color: 5973039.

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

Color convert

RGB473691-
CMYK0.480.6000.64
HSL252º43.31%24.9%-
HSV(B)252º60.44%35.69%-
XYZ3.692.6210.21-
YUV45.56153.64129.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.01%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 91 (35.94% from 255) = 52.30%
R=27.01%
G=20.69%
B=52.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4736910.480.6000.6425243.3124.9
Hex2F245B303C040fc2b19
Octal5744133607401003745331
Binary1011111001001011011110000111100010000001111110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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