Html Css Color HEX #2F235B Paris M

📋 copy color: '#2F235B'

red 47 ◦ green 35 ◦ blue 91

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

Shades of Paris M #2F235B

Tints of Paris M #2F235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

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

R = 27.17%
G = 20.23%
B = 52.6%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F235B (or 0x2F235B) is known color: Paris M. HEX triplet: 2F, 23 and 5B. RGB value is (47,35,91). Sum of RGB (Red+Green+Blue) = 47+35+91=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F235B is #D0DCA4. Grayscale: #2C2C2C. Windows color (decimal): -13687973 or 5972783. OLE color: 5972783.

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

Color convert

RGB 47 35 91 -
CMYK 0.48 0.62 0 0.64
HSL 252.86º 0.44% 0.25% -
HSV(B) 252.86º 0.62% 0.36% -
XYZ 3.66 2.56 10.2 -
YUV 44.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 47 35 91 0.48 0.62 0 0.64 252.86 0.44 0.25
Hex 2F 23 5B 30 3E 0 40 FD 2C 19
Octal 57 43 133 60 76 0 100 375 54 31
Binary 101111 100011 1011011 110000 111110 0 1000000 11111101 101100 11001

Color Harmonies of #2F235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F235B

Black with #2F235B

Text Example


Text Example

White with #2F235B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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