Html Css Color HEX #2B2563 Paris M

📋 copy color: '#2B2563'

red 43 ◦ green 37 ◦ blue 99

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

Shades of Paris M #2B2563

Tints of Paris M #2B2563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 55.31%

R = 24.02%
G = 20.67%
B = 55.31%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2B2563 (or 0x2B2563) is known color: Paris M. HEX triplet: 2B, 25 and 63. RGB value is (43,37,99). Sum of RGB (Red+Green+Blue) = 43+37+99=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B2563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2563 is #D4DA9C. Grayscale: #2D2D2D. Windows color (decimal): -13949597 or 6497579. OLE color: 6497579.

HSL color Cylindrical-coordinate representation of color #2B2563: hue angle of 245.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B2563 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 43 37 99 -
CMYK 0.57 0.63 0 0.61
HSL 245.81º 0.46% 0.27% -
HSV(B) 245.81º 0.63% 0.39% -
XYZ 3.91 2.74 12.13 -
YUV 45.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 43 37 99 0.57 0.63 0 0.61 245.81 0.46 0.27
Hex 2B 25 63 39 3F 0 3D F6 2E 1B
Octal 53 45 143 71 77 0 75 366 56 33
Binary 101011 100101 1100011 111001 111111 0 111101 11110110 101110 11011

Color Harmonies of #2B2563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2563

Black with #2B2563

Text Example


Text Example

White with #2B2563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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