Html Css Color HEX #2B2268 Paris M

📋 copy color: '#2B2268'

red 43 ◦ green 34 ◦ blue 104

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

Shades of Paris M #2B2268

Tints of Paris M #2B2268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 23.76%
G = 18.78%
B = 57.46%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B2268 (or 0x2B2268) is known color: Paris M. HEX triplet: 2B, 22 and 68. RGB value is (43,34,104). Sum of RGB (Red+Green+Blue) = 43+34+104=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B2268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2268 is #D4DD97. Grayscale: #2C2C2C. Windows color (decimal): -13950360 or 6824491. OLE color: 6824491.

HSL color Cylindrical-coordinate representation of color #2B2268: hue angle of 247.71º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B2268 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 34 104 -
CMYK 0.59 0.67 0 0.59
HSL 247.71º 0.51% 0.27% -
HSV(B) 247.71º 0.67% 0.41% -
XYZ 4.07 2.66 13.4 -
YUV 44.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 43 34 104 0.59 0.67 0 0.59 247.71 0.51 0.27
Hex 2B 22 68 3B 43 0 3B F8 33 1B
Octal 53 42 150 73 103 0 73 370 63 33
Binary 101011 100010 1101000 111011 1000011 0 111011 11111000 110011 11011

Color Harmonies of #2B2268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2268

Black with #2B2268

Text Example


Text Example

White with #2B2268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,34,104); }

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

background-color css

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

 a { background-color: rgb(43,34,104); }

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

border-color css

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

 span { border-color: rgb(43,34,104); }

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