Html Css Color HEX #2B2379 Midnight Blue

📋 copy color: '#2B2379'

red 43 ◦ green 35 ◦ blue 121

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

Shades of Midnight Blue #2B2379

Tints of Midnight Blue #2B2379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 60.8%

R = 21.61%
G = 17.59%
B = 60.8%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B2379 (or 0x2B2379) is known color: Midnight Blue. HEX triplet: 2B, 23 and 79. RGB value is (43,35,121). Sum of RGB (Red+Green+Blue) = 43+35+121=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B2379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2379 is #D4DC86. Grayscale: #2E2E2E. Windows color (decimal): -13950087 or 7938859. OLE color: 7938859.

HSL color Cylindrical-coordinate representation of color #2B2379: hue angle of 245.58º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B2379 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 35 121 -
CMYK 0.64 0.71 0 0.53
HSL 245.58º 0.55% 0.31% -
HSV(B) 245.58º 0.71% 0.47% -
XYZ 5.05 3.1 18.42 -
YUV 47.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 43 35 121 0.64 0.71 0 0.53 245.58 0.55 0.31
Hex 2B 23 79 40 47 0 35 F6 37 1F
Octal 53 43 171 100 107 0 65 366 67 37
Binary 101011 100011 1111001 1000000 1000111 0 110101 11110110 110111 11111

Color Harmonies of #2B2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2379

Black with #2B2379

Text Example


Text Example

White with #2B2379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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