Html Css Color HEX #2B2371 Paris M

📋 copy color: '#2B2371'

red 43 ◦ green 35 ◦ blue 113

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

Shades of Paris M #2B2371

Tints of Paris M #2B2371

RGB

 RED value IS 43 (17.19% from 255) = 22.51%

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

 BLUE value IS 113 (44.53% from 255) = 59.16%

R = 22.51%
G = 18.32%
B = 59.16%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B2371 (or 0x2B2371) is known color: Paris M. HEX triplet: 2B, 23 and 71. RGB value is (43,35,113). Sum of RGB (Red+Green+Blue) = 43+35+113=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B2371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2371 is #D4DC8E. Grayscale: #2D2D2D. Windows color (decimal): -13950095 or 7414571. OLE color: 7414571.

HSL color Cylindrical-coordinate representation of color #2B2371: hue angle of 246.15º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B2371 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 35 113 -
CMYK 0.62 0.69 0 0.56
HSL 246.15º 0.53% 0.29% -
HSV(B) 246.15º 0.69% 0.44% -
XYZ 4.58 2.91 15.94 -
YUV 46.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 43 35 113 0.62 0.69 0 0.56 246.15 0.53 0.29
Hex 2B 23 71 3E 45 0 38 F6 35 1D
Octal 53 43 161 76 105 0 70 366 65 35
Binary 101011 100011 1110001 111110 1000101 0 111000 11110110 110101 11101

Color Harmonies of #2B2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2371

Black with #2B2371

Text Example


Text Example

White with #2B2371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,35,113); }

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

background-color css

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

 a { background-color: rgb(43,35,113); }

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

border-color css

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

 span { border-color: rgb(43,35,113); }

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