Html Css Color HEX #2F2273 Paris M

📋 copy color: '#2F2273'

red 47 ◦ green 34 ◦ blue 115

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

Shades of Paris M #2F2273

Tints of Paris M #2F2273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

 BLUE value IS 115 (45.31% from 255) = 58.67%

R = 23.98%
G = 17.35%
B = 58.67%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F2273 (or 0x2F2273) is known color: Paris M. HEX triplet: 2F, 22 and 73. RGB value is (47,34,115). Sum of RGB (Red+Green+Blue) = 47+34+115=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F2273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2273 is #D0DD8C. Grayscale: #2E2E2E. Windows color (decimal): -13688205 or 7545391. OLE color: 7545391.

HSL color Cylindrical-coordinate representation of color #2F2273: hue angle of 249.63º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F2273 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 34 115 -
CMYK 0.59 0.70 0 0.55
HSL 249.63º 0.54% 0.29% -
HSV(B) 249.63º 0.7% 0.45% -
XYZ 4.84 2.99 16.54 -
YUV 47.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 47 34 115 0.59 0.70 0 0.55 249.63 0.54 0.29
Hex 2F 22 73 3B 46 0 37 FA 36 1D
Octal 57 42 163 73 106 0 67 372 66 35
Binary 101111 100010 1110011 111011 1000110 0 110111 11111010 110110 11101

Color Harmonies of #2F2273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2273

Black with #2F2273

Text Example


Text Example

White with #2F2273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,34,115); }

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

background-color css

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

 a { background-color: rgb(47,34,115); }

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

border-color css

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

 span { border-color: rgb(47,34,115); }

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