Html Css Color HEX #2F265B Paris M

📋 copy color: '#2F265B'

red 47 ◦ green 38 ◦ blue 91

#2F265B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #2F265B

Tints of Paris M #2F265B

RGB

 RED value IS 47 (18.75% from 255) = 26.7%

 GREEN value IS 38 (15.23% from 255) = 21.59%

 BLUE value IS 91 (35.94% from 255) = 51.7%

R = 26.7%
G = 21.59%
B = 51.7%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F265B (or 0x2F265B) is known color: Paris M. HEX triplet: 2F, 26 and 5B. RGB value is (47,38,91). Sum of RGB (Red+Green+Blue) = 47+38+91=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F265B is #D0D9A4. Grayscale: #2E2E2E. Windows color (decimal): -13687205 or 5973551. OLE color: 5973551.

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

Color convert

RGB 47 38 91 -
CMYK 0.48 0.58 0 0.64
HSL 250.19º 0.41% 0.25% -
HSV(B) 250.19º 0.58% 0.36% -
XYZ 3.75 2.75 10.23 -
YUV 46.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 47 38 91 0.48 0.58 0 0.64 250.19 0.41 0.25
Hex 2F 26 5B 30 3A 0 40 FA 29 19
Octal 57 46 133 60 72 0 100 372 51 31
Binary 101111 100110 1011011 110000 111010 0 1000000 11111010 101001 11001

Color Harmonies of #2F265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F265B

Black with #2F265B

Text Example


Text Example

White with #2F265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F265B;
 }
 .AnyTagClassName
 {
   color: #2F265B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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