#2F276F

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

Shades of Paris M #2F276F

Tints of Paris M #2F276F

Color information

#2F276F (or 0x2F276F) is unknown color: approx Paris M. HEX triplet: 2F, 27 and 6F. RGB value is (47,39,111). Sum of RGB (Red+Green+Blue) = 47+39+111=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F276F is #D0D890. Grayscale: #313131. Windows color (decimal): -13686929 or 7284527. OLE color: 7284527.

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

Color convert

RGB4739111-
CMYK0.580.6500.56
HSL246.67º48%29.41%-
HSV(B)246.67º64.86%43.53%-
XYZ4.773.215.41-
YUV49.6162.65126.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 39 (15.62% from 255) = 19.80%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=23.86%
G=19.80%
B=56.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47391110.580.6500.56246.674829.41
Hex2F276F3A41038f7301d
Octal5747157721010703676035
Binary1011111001111101111111010100000101110001111011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,39,111); }

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

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

 a { background-color: rgb(47,39,111); }

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

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

 span { border-color: rgb(47,39,111); }

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