Html Css Color HEX #2B2376 Midnight Blue

📋 copy color: '#2B2376'

red 43 ◦ green 35 ◦ blue 118

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

Shades of Midnight Blue #2B2376

Tints of Midnight Blue #2B2376

RGB

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

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

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

R = 21.94%
G = 17.86%
B = 60.2%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B2376 (or 0x2B2376) is known color: Midnight Blue. HEX triplet: 2B, 23 and 76. RGB value is (43,35,118). Sum of RGB (Red+Green+Blue) = 43+35+118=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B2376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2376 is #D4DC89. Grayscale: #2E2E2E. Windows color (decimal): -13950090 or 7742251. OLE color: 7742251.

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

Color convert

RGB 43 35 118 -
CMYK 0.64 0.70 0 0.54
HSL 245.78º 0.54% 0.3% -
HSV(B) 245.78º 0.7% 0.46% -
XYZ 4.87 3.02 17.47 -
YUV 46.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 43 35 118 0.64 0.70 0 0.54 245.78 0.54 0.3
Hex 2B 23 76 40 46 0 36 F6 36 1E
Octal 53 43 166 100 106 0 66 366 66 36
Binary 101011 100011 1110110 1000000 1000110 0 110110 11110110 110110 11110

Color Harmonies of #2B2376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2376

Black with #2B2376

Text Example


Text Example

White with #2B2376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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