Html Css Color HEX #2F255B Paris M

📋 copy color: '#2F255B'

red 47 ◦ green 37 ◦ blue 91

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

Shades of Paris M #2F255B

Tints of Paris M #2F255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.14%

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

R = 26.86%
G = 21.14%
B = 52%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F255B (or 0x2F255B) is known color: Paris M. HEX triplet: 2F, 25 and 5B. RGB value is (47,37,91). Sum of RGB (Red+Green+Blue) = 47+37+91=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F255B is #D0DAA4. Grayscale: #2D2D2D. Windows color (decimal): -13687461 or 5973295. OLE color: 5973295.

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

Color convert

RGB 47 37 91 -
CMYK 0.48 0.59 0 0.64
HSL 251.11º 0.42% 0.25% -
HSV(B) 251.11º 0.59% 0.36% -
XYZ 3.72 2.68 10.22 -
YUV 46.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 47 37 91 0.48 0.59 0 0.64 251.11 0.42 0.25
Hex 2F 25 5B 30 3B 0 40 FB 2A 19
Octal 57 45 133 60 73 0 100 373 52 31
Binary 101111 100101 1011011 110000 111011 0 1000000 11111011 101010 11001

Color Harmonies of #2F255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F255B

Black with #2F255B

Text Example


Text Example

White with #2F255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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