#2F285A

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

Shades of Paris M #2F285A

Tints of Paris M #2F285A

Color information

#2F285A (or 0x2F285A) is unknown color: approx Paris M. HEX triplet: 2F, 28 and 5A. RGB value is (47,40,90). Sum of RGB (Red+Green+Blue) = 47+40+90=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F285A is #D0D7A5. Grayscale: #2F2F2F. Windows color (decimal): -13686694 or 5908527. OLE color: 5908527.

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

Color convert

RGB474090-
CMYK0.480.5600.65
HSL248.4º38.46%25.49%-
HSV(B)248.4º55.56%35.29%-
XYZ3.782.8610.03-
YUV47.79151.82127.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.55%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=26.55%
G=22.60%
B=50.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4740900.480.5600.65248.438.4625.49
Hex2F285A3038041f82619
Octal5750132607001013704631
Binary1011111010001011010110000111000010000011111100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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