Html Css Color HEX #2B2573 Paris M

📋 copy color: '#2B2573'

red 43 ◦ green 37 ◦ blue 115

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

Shades of Paris M #2B2573

Tints of Paris M #2B2573

RGB

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

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

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

R = 22.05%
G = 18.97%
B = 58.97%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B2573 (or 0x2B2573) is known color: Paris M. HEX triplet: 2B, 25 and 73. RGB value is (43,37,115). Sum of RGB (Red+Green+Blue) = 43+37+115=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B2573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2573 is #D4DA8C. Grayscale: #2F2F2F. Windows color (decimal): -13949581 or 7546155. OLE color: 7546155.

HSL color Cylindrical-coordinate representation of color #2B2573: hue angle of 244.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B2573 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 37 115 -
CMYK 0.63 0.68 0 0.55
HSL 244.62º 0.51% 0.3% -
HSV(B) 244.62º 0.68% 0.45% -
XYZ 4.75 3.07 16.56 -
YUV 47.69 165.99 124.66 -
System Red Green Blue C M Y K H S L
Decimal 43 37 115 0.63 0.68 0 0.55 244.62 0.51 0.3
Hex 2B 25 73 3F 44 0 37 F5 33 1E
Octal 53 45 163 77 104 0 67 365 63 36
Binary 101011 100101 1110011 111111 1000100 0 110111 11110101 110011 11110

Color Harmonies of #2B2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2573

Black with #2B2573

Text Example


Text Example

White with #2B2573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,37,115); }

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

background-color css

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

 a { background-color: rgb(43,37,115); }

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

border-color css

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

 span { border-color: rgb(43,37,115); }

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