#2F255A

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

Shades of Paris M #2F255A

Tints of Paris M #2F255A

Color information

#2F255A (or 0x2F255A) is unknown color: approx Paris M. HEX triplet: 2F, 25 and 5A. RGB value is (47,37,90). Sum of RGB (Red+Green+Blue) = 47+37+90=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F255A is #D0DAA5. Grayscale: #2D2D2D. Windows color (decimal): -13687462 or 5907759. OLE color: 5907759.

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

Color convert

RGB473790-
CMYK0.480.5900.65
HSL251.32º41.73%24.9%-
HSV(B)251.32º58.89%35.29%-
XYZ3.682.679.99-
YUV46.03152.81128.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.01%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=27.01%
G=21.26%
B=51.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4737900.480.5900.65251.3241.7324.9
Hex2F255A303B041fb2a19
Octal5745132607301013735231
Binary1011111001011011010110000111011010000011111101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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