Html Css Color HEX #2B2670 Paris M

📋 copy color: '#2B2670'

red 43 ◦ green 38 ◦ blue 112

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

Shades of Paris M #2B2670

Tints of Paris M #2B2670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.69%

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 22.28%
G = 19.69%
B = 58.03%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B2670 (or 0x2B2670) is known color: Paris M. HEX triplet: 2B, 26 and 70. RGB value is (43,38,112). Sum of RGB (Red+Green+Blue) = 43+38+112=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B2670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2670 is #D4D98F. Grayscale: #2F2F2F. Windows color (decimal): -13949328 or 7349803. OLE color: 7349803.

HSL color Cylindrical-coordinate representation of color #2B2670: hue angle of 244.05º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B2670 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 38 112 -
CMYK 0.62 0.66 0 0.56
HSL 244.05º 0.49% 0.29% -
HSV(B) 244.05º 0.66% 0.44% -
XYZ 4.61 3.07 15.68 -
YUV 47.93 164.16 124.48 -
System Red Green Blue C M Y K H S L
Decimal 43 38 112 0.62 0.66 0 0.56 244.05 0.49 0.29
Hex 2B 26 70 3E 42 0 38 F4 31 1D
Octal 53 46 160 76 102 0 70 364 61 35
Binary 101011 100110 1110000 111110 1000010 0 111000 11110100 110001 11101

Color Harmonies of #2B2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2670

Black with #2B2670

Text Example


Text Example

White with #2B2670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,38,112); }

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

background-color css

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

 a { background-color: rgb(43,38,112); }

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

border-color css

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

 span { border-color: rgb(43,38,112); }

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