Html Css Color HEX #2B236B Paris M

📋 copy color: '#2B236B'

red 43 ◦ green 35 ◦ blue 107

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

Shades of Paris M #2B236B

Tints of Paris M #2B236B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

 BLUE value IS 107 (42.19% from 255) = 57.84%

R = 23.24%
G = 18.92%
B = 57.84%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B236B (or 0x2B236B) is known color: Paris M. HEX triplet: 2B, 23 and 6B. RGB value is (43,35,107). Sum of RGB (Red+Green+Blue) = 43+35+107=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B236B is #D4DC94. Grayscale: #2D2D2D. Windows color (decimal): -13950101 or 7021355. OLE color: 7021355.

HSL color Cylindrical-coordinate representation of color #2B236B: hue angle of 246.67º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B236B is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 35 107 -
CMYK 0.60 0.67 0 0.58
HSL 246.67º 0.51% 0.28% -
HSV(B) 246.67º 0.67% 0.42% -
XYZ 4.25 2.78 14.22 -
YUV 45.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 43 35 107 0.60 0.67 0 0.58 246.67 0.51 0.28
Hex 2B 23 6B 3C 43 0 3A F7 33 1C
Octal 53 43 153 74 103 0 72 367 63 34
Binary 101011 100011 1101011 111100 1000011 0 111010 11110111 110011 11100

Color Harmonies of #2B236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B236B

Black with #2B236B

Text Example


Text Example

White with #2B236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,35,107); }

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

background-color css

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

 a { background-color: rgb(43,35,107); }

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

border-color css

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

 span { border-color: rgb(43,35,107); }

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