Html Css Color HEX #2B2366 Paris M

📋 copy color: '#2B2366'

red 43 ◦ green 35 ◦ blue 102

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

Shades of Paris M #2B2366

Tints of Paris M #2B2366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.67%

R = 23.89%
G = 19.44%
B = 56.67%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2B2366 (or 0x2B2366) is known color: Paris M. HEX triplet: 2B, 23 and 66. RGB value is (43,35,102). Sum of RGB (Red+Green+Blue) = 43+35+102=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B2366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2366 is #D4DC99. Grayscale: #2C2C2C. Windows color (decimal): -13950106 or 6693675. OLE color: 6693675.

HSL color Cylindrical-coordinate representation of color #2B2366: hue angle of 247.16º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B2366 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 35 102 -
CMYK 0.58 0.66 0 0.6
HSL 247.16º 0.49% 0.27% -
HSV(B) 247.16º 0.66% 0.4% -
XYZ 4 2.67 12.88 -
YUV 45.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 43 35 102 0.58 0.66 0 0.6 247.16 0.49 0.27
Hex 2B 23 66 3A 42 0 3C F7 31 1B
Octal 53 43 146 72 102 0 74 367 61 33
Binary 101011 100011 1100110 111010 1000010 0 111100 11110111 110001 11011

Color Harmonies of #2B2366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2366

Black with #2B2366

Text Example


Text Example

White with #2B2366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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