Html Css Color HEX #2B206C Paris M

📋 copy color: '#2B206C'

red 43 ◦ green 32 ◦ blue 108

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

Shades of Paris M #2B206C

Tints of Paris M #2B206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.02%

R = 23.5%
G = 17.49%
B = 59.02%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B206C (or 0x2B206C) is known color: Paris M. HEX triplet: 2B, 20 and 6C. RGB value is (43,32,108). Sum of RGB (Red+Green+Blue) = 43+32+108=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B206C is #D4DF93. Grayscale: #2B2B2B. Windows color (decimal): -13950868 or 7086123. OLE color: 7086123.

HSL color Cylindrical-coordinate representation of color #2B206C: hue angle of 248.68º 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 #2B206C is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 32 108 -
CMYK 0.60 0.70 0 0.58
HSL 248.68º 0.54% 0.27% -
HSV(B) 248.68º 0.7% 0.42% -
XYZ 4.22 2.63 14.47 -
YUV 43.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 43 32 108 0.60 0.70 0 0.58 248.68 0.54 0.27
Hex 2B 20 6C 3C 46 0 3A F9 36 1B
Octal 53 40 154 74 106 0 72 371 66 33
Binary 101011 100000 1101100 111100 1000110 0 111010 11111001 110110 11011

Color Harmonies of #2B206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B206C

Black with #2B206C

Text Example


Text Example

White with #2B206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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