Html Css Color HEX #2B2176 Midnight Blue

📋 copy color: '#2B2176'

red 43 ◦ green 33 ◦ blue 118

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

Shades of Midnight Blue #2B2176

Tints of Midnight Blue #2B2176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

 BLUE value IS 118 (46.48% from 255) = 60.82%

R = 22.16%
G = 17.01%
B = 60.82%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B2176 (or 0x2B2176) is known color: Midnight Blue. HEX triplet: 2B, 21 and 76. RGB value is (43,33,118). Sum of RGB (Red+Green+Blue) = 43+33+118=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B2176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2176 is #D4DE89. Grayscale: #2D2D2D. Windows color (decimal): -13950602 or 7741739. OLE color: 7741739.

HSL color Cylindrical-coordinate representation of color #2B2176: hue angle of 247.06º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B2176 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 33 118 -
CMYK 0.64 0.72 0 0.54
HSL 247.06º 0.56% 0.3% -
HSV(B) 247.06º 0.72% 0.46% -
XYZ 4.81 2.91 17.45 -
YUV 45.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 43 33 118 0.64 0.72 0 0.54 247.06 0.56 0.3
Hex 2B 21 76 40 48 0 36 F7 38 1E
Octal 53 41 166 100 110 0 66 367 70 36
Binary 101011 100001 1110110 1000000 1001000 0 110110 11110111 111000 11110

Color Harmonies of #2B2176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2176

Black with #2B2176

Text Example


Text Example

White with #2B2176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,33,118); }

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

background-color css

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

 a { background-color: rgb(43,33,118); }

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

border-color css

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

 span { border-color: rgb(43,33,118); }

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