Html Css Color HEX #2B2470 Paris M

📋 copy color: '#2B2470'

red 43 ◦ green 36 ◦ blue 112

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

Shades of Paris M #2B2470

Tints of Paris M #2B2470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.85%

 BLUE value IS 112 (44.14% from 255) = 58.64%

R = 22.51%
G = 18.85%
B = 58.64%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B2470 (or 0x2B2470) is known color: Paris M. HEX triplet: 2B, 24 and 70. RGB value is (43,36,112). Sum of RGB (Red+Green+Blue) = 43+36+112=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2470 is #D4DB8F. Grayscale: #2E2E2E. Windows color (decimal): -13949840 or 7349291. OLE color: 7349291.

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

Color convert

RGB 43 36 112 -
CMYK 0.62 0.68 0 0.56
HSL 245.53º 0.51% 0.29% -
HSV(B) 245.53º 0.68% 0.44% -
XYZ 4.55 2.95 15.66 -
YUV 46.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 43 36 112 0.62 0.68 0 0.56 245.53 0.51 0.29
Hex 2B 24 70 3E 44 0 38 F6 33 1D
Octal 53 44 160 76 104 0 70 366 63 35
Binary 101011 100100 1110000 111110 1000100 0 111000 11110110 110011 11101

Color Harmonies of #2B2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2470

Black with #2B2470

Text Example


Text Example

White with #2B2470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,36,112); }

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

background-color css

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

 a { background-color: rgb(43,36,112); }

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

border-color css

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

 span { border-color: rgb(43,36,112); }

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