Html Css Color HEX #2B2476 Midnight Blue

📋 copy color: '#2B2476'

red 43 ◦ green 36 ◦ blue 118

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

Shades of Midnight Blue #2B2476

Tints of Midnight Blue #2B2476

RGB

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

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

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

R = 21.83%
G = 18.27%
B = 59.9%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B2476 (or 0x2B2476) is known color: Midnight Blue. HEX triplet: 2B, 24 and 76. RGB value is (43,36,118). Sum of RGB (Red+Green+Blue) = 43+36+118=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B2476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2476 is #D4DB89. Grayscale: #2F2F2F. Windows color (decimal): -13949834 or 7742507. OLE color: 7742507.

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

Color convert

RGB 43 36 118 -
CMYK 0.64 0.69 0 0.54
HSL 245.12º 0.53% 0.3% -
HSV(B) 245.12º 0.69% 0.46% -
XYZ 4.9 3.08 17.48 -
YUV 47.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 43 36 118 0.64 0.69 0 0.54 245.12 0.53 0.3
Hex 2B 24 76 40 45 0 36 F5 35 1E
Octal 53 44 166 100 105 0 66 365 65 36
Binary 101011 100100 1110110 1000000 1000101 0 110110 11110101 110101 11110

Color Harmonies of #2B2476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2476

Black with #2B2476

Text Example


Text Example

White with #2B2476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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