Html Css Color HEX #2B206A Paris M

📋 copy color: '#2B206A'

red 43 ◦ green 32 ◦ blue 106

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

Shades of Paris M #2B206A

Tints of Paris M #2B206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

 BLUE value IS 106 (41.8% from 255) = 58.56%

R = 23.76%
G = 17.68%
B = 58.56%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B206A (or 0x2B206A) is known color: Paris M. HEX triplet: 2B, 20 and 6A. RGB value is (43,32,106). Sum of RGB (Red+Green+Blue) = 43+32+106=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B206A is #D4DF95. Grayscale: #2B2B2B. Windows color (decimal): -13950870 or 6955051. OLE color: 6955051.

HSL color Cylindrical-coordinate representation of color #2B206A: hue angle of 248.92º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B206A is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 32 106 -
CMYK 0.59 0.70 0 0.58
HSL 248.92º 0.54% 0.27% -
HSV(B) 248.92º 0.7% 0.42% -
XYZ 4.11 2.59 13.92 -
YUV 43.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 43 32 106 0.59 0.70 0 0.58 248.92 0.54 0.27
Hex 2B 20 6A 3B 46 0 3A F9 36 1B
Octal 53 40 152 73 106 0 72 371 66 33
Binary 101011 100000 1101010 111011 1000110 0 111010 11111001 110110 11011

Color Harmonies of #2B206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B206A

Black with #2B206A

Text Example


Text Example

White with #2B206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,32,106); }

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

background-color css

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

 a { background-color: rgb(43,32,106); }

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

border-color css

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

 span { border-color: rgb(43,32,106); }

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