Html Css Color HEX #2B206E Paris M

📋 copy color: '#2B206E'

red 43 ◦ green 32 ◦ blue 110

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

Shades of Paris M #2B206E

Tints of Paris M #2B206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 59.46%

R = 23.24%
G = 17.3%
B = 59.46%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B206E (or 0x2B206E) is known color: Paris M. HEX triplet: 2B, 20 and 6E. RGB value is (43,32,110). Sum of RGB (Red+Green+Blue) = 43+32+110=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B206E is #D4DF91. Grayscale: #2B2B2B. Windows color (decimal): -13950866 or 7217195. OLE color: 7217195.

HSL color Cylindrical-coordinate representation of color #2B206E: hue angle of 248.46º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B206E is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 32 110 -
CMYK 0.61 0.71 0 0.57
HSL 248.46º 0.55% 0.28% -
HSV(B) 248.46º 0.71% 0.43% -
XYZ 4.33 2.67 15.04 -
YUV 44.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 43 32 110 0.61 0.71 0 0.57 248.46 0.55 0.28
Hex 2B 20 6E 3D 47 0 39 F8 37 1C
Octal 53 40 156 75 107 0 71 370 67 34
Binary 101011 100000 1101110 111101 1000111 0 111001 11111000 110111 11100

Color Harmonies of #2B206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B206E

Black with #2B206E

Text Example


Text Example

White with #2B206E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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