Html Css Color HEX #2B2262 Paris M

📋 copy color: '#2B2262'

red 43 ◦ green 34 ◦ blue 98

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

Shades of Paris M #2B2262

Tints of Paris M #2B2262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56%

R = 24.57%
G = 19.43%
B = 56%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B2262 (or 0x2B2262) is known color: Paris M. HEX triplet: 2B, 22 and 62. RGB value is (43,34,98). Sum of RGB (Red+Green+Blue) = 43+34+98=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B2262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2262 is #D4DD9D. Grayscale: #2B2B2B. Windows color (decimal): -13950366 or 6431275. OLE color: 6431275.

HSL color Cylindrical-coordinate representation of color #2B2262: hue angle of 248.44º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B2262 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 34 98 -
CMYK 0.56 0.65 0 0.62
HSL 248.44º 0.48% 0.26% -
HSV(B) 248.44º 0.65% 0.38% -
XYZ 3.77 2.54 11.85 -
YUV 43.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 43 34 98 0.56 0.65 0 0.62 248.44 0.48 0.26
Hex 2B 22 62 38 41 0 3E F8 30 1A
Octal 53 42 142 70 101 0 76 370 60 32
Binary 101011 100010 1100010 111000 1000001 0 111110 11111000 110000 11010

Color Harmonies of #2B2262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2262

Black with #2B2262

Text Example


Text Example

White with #2B2262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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