#2F286E

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

Shades of Paris M #2F286E

Tints of Paris M #2F286E

Color information

#2F286E (or 0x2F286E) is unknown color: approx Paris M. HEX triplet: 2F, 28 and 6E. RGB value is (47,40,110). Sum of RGB (Red+Green+Blue) = 47+40+110=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F286E is #D0D791. Grayscale: #313131. Windows color (decimal): -13686674 or 7219247. OLE color: 7219247.

HSL color Cylindrical-coordinate representation of color #2F286E: hue angle of 246º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F286E is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4740110-
CMYK0.570.6400.57
HSL246º46.67%29.41%-
HSV(B)246º63.64%43.14%-
XYZ4.753.2515.13-
YUV50.07161.82125.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=23.86%
G=20.30%
B=55.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47401100.570.6400.5724646.6729.41
Hex2F286E3940039f62f1d
Octal5750156711000713665735
Binary1011111010001101110111001100000001110011111011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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