#2F285E

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

Shades of Paris M #2F285E

Tints of Paris M #2F285E

Color information

#2F285E (or 0x2F285E) is unknown color: approx Paris M. HEX triplet: 2F, 28 and 5E. RGB value is (47,40,94). Sum of RGB (Red+Green+Blue) = 47+40+94=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F285E is #D0D7A1. Grayscale: #303030. Windows color (decimal): -13686690 or 6170671. OLE color: 6170671.

HSL color Cylindrical-coordinate representation of color #2F285E: hue angle of 247.78º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F285E is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB474094-
CMYK0.50.5700.63
HSL247.78º40.3%26.27%-
HSV(B)247.78º57.45%36.86%-
XYZ3.952.9310.95-
YUV48.25153.82127.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.97%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 94 (37.11% from 255) = 51.93%
R=25.97%
G=22.10%
B=51.93%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4740940.50.5700.63247.7840.326.27
Hex2F285E323903Ff8281a
Octal575013662710773705032
Binary101111101000101111011001011100101111111111100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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