Html Css Color HEX #2B2466 Paris M

📋 copy color: '#2B2466'

red 43 ◦ green 36 ◦ blue 102

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

Shades of Paris M #2B2466

Tints of Paris M #2B2466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.35%

R = 23.76%
G = 19.89%
B = 56.35%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2B2466 (or 0x2B2466) is known color: Paris M. HEX triplet: 2B, 24 and 66. RGB value is (43,36,102). Sum of RGB (Red+Green+Blue) = 43+36+102=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B2466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2466 is #D4DB99. Grayscale: #2D2D2D. Windows color (decimal): -13949850 or 6693931. OLE color: 6693931.

HSL color Cylindrical-coordinate representation of color #2B2466: hue angle of 246.36º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B2466 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 36 102 -
CMYK 0.58 0.65 0 0.6
HSL 246.36º 0.48% 0.27% -
HSV(B) 246.36º 0.65% 0.4% -
XYZ 4.03 2.73 12.89 -
YUV 45.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 43 36 102 0.58 0.65 0 0.6 246.36 0.48 0.27
Hex 2B 24 66 3A 41 0 3C F6 30 1B
Octal 53 44 146 72 101 0 74 366 60 33
Binary 101011 100100 1100110 111010 1000001 0 111100 11110110 110000 11011

Color Harmonies of #2B2466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2466

Black with #2B2466

Text Example


Text Example

White with #2B2466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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