Html Css Color HEX #2B2962 Paris M

📋 copy color: '#2B2962'

red 43 ◦ green 41 ◦ blue 98

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

Shades of Paris M #2B2962

Tints of Paris M #2B2962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

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

R = 23.63%
G = 22.53%
B = 53.85%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B2962 (or 0x2B2962) is known color: Paris M. HEX triplet: 2B, 29 and 62. RGB value is (43,41,98). Sum of RGB (Red+Green+Blue) = 43+41+98=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B2962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2962 is #D4D69D. Grayscale: #2F2F2F. Windows color (decimal): -13948574 or 6433067. OLE color: 6433067.

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

Color convert

RGB 43 41 98 -
CMYK 0.56 0.58 0 0.62
HSL 242.11º 0.41% 0.27% -
HSV(B) 242.11º 0.58% 0.38% -
XYZ 3.99 2.98 11.92 -
YUV 48.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 43 41 98 0.56 0.58 0 0.62 242.11 0.41 0.27
Hex 2B 29 62 38 3A 0 3E F2 29 1B
Octal 53 51 142 70 72 0 76 362 51 33
Binary 101011 101001 1100010 111000 111010 0 111110 11110010 101001 11011

Color Harmonies of #2B2962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2962

Black with #2B2962

Text Example


Text Example

White with #2B2962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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