#2F265A

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

Shades of Paris M #2F265A

Tints of Paris M #2F265A

Color information

#2F265A (or 0x2F265A) is unknown color: approx Paris M. HEX triplet: 2F, 26 and 5A. RGB value is (47,38,90). Sum of RGB (Red+Green+Blue) = 47+38+90=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F265A is #D0D9A5. Grayscale: #2E2E2E. Windows color (decimal): -13687206 or 5908015. OLE color: 5908015.

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

Color convert

RGB473890-
CMYK0.480.5800.65
HSL250.38º40.62%25.1%-
HSV(B)250.38º57.78%35.29%-
XYZ3.712.7310-
YUV46.62152.48128.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=26.86%
G=21.71%
B=51.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4738900.480.5800.65250.3840.6225.1
Hex2F265A303A041fa2919
Octal5746132607201013725131
Binary1011111001101011010110000111010010000011111101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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