Html Css Color HEX #2B2370 Paris M

📋 copy color: '#2B2370'

red 43 ◦ green 35 ◦ blue 112

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

Shades of Paris M #2B2370

Tints of Paris M #2B2370

RGB

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

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

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

R = 22.63%
G = 18.42%
B = 58.95%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B2370 (or 0x2B2370) is known color: Paris M. HEX triplet: 2B, 23 and 70. RGB value is (43,35,112). Sum of RGB (Red+Green+Blue) = 43+35+112=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2370 is #D4DC8F. Grayscale: #2D2D2D. Windows color (decimal): -13950096 or 7349035. OLE color: 7349035.

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

Color convert

RGB 43 35 112 -
CMYK 0.62 0.69 0 0.56
HSL 246.23º 0.52% 0.29% -
HSV(B) 246.23º 0.69% 0.44% -
XYZ 4.52 2.89 15.65 -
YUV 46.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 43 35 112 0.62 0.69 0 0.56 246.23 0.52 0.29
Hex 2B 23 70 3E 45 0 38 F6 34 1D
Octal 53 43 160 76 105 0 70 366 64 35
Binary 101011 100011 1110000 111110 1000101 0 111000 11110110 110100 11101

Color Harmonies of #2B2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2370

Black with #2B2370

Text Example


Text Example

White with #2B2370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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