Html Css Color HEX #2B2468 Paris M

📋 copy color: '#2B2468'

red 43 ◦ green 36 ◦ blue 104

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

Shades of Paris M #2B2468

Tints of Paris M #2B2468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.67%

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

R = 23.5%
G = 19.67%
B = 56.83%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B2468 (or 0x2B2468) is known color: Paris M. HEX triplet: 2B, 24 and 68. RGB value is (43,36,104). Sum of RGB (Red+Green+Blue) = 43+36+104=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B2468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2468 is #D4DB97. Grayscale: #2D2D2D. Windows color (decimal): -13949848 or 6825003. OLE color: 6825003.

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

Color convert

RGB 43 36 104 -
CMYK 0.59 0.65 0 0.59
HSL 246.18º 0.49% 0.27% -
HSV(B) 246.18º 0.65% 0.41% -
XYZ 4.13 2.77 13.41 -
YUV 45.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 43 36 104 0.59 0.65 0 0.59 246.18 0.49 0.27
Hex 2B 24 68 3B 41 0 3B F6 31 1B
Octal 53 44 150 73 101 0 73 366 61 33
Binary 101011 100100 1101000 111011 1000001 0 111011 11110110 110001 11011

Color Harmonies of #2B2468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2468

Black with #2B2468

Text Example


Text Example

White with #2B2468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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