Html Css Color HEX #2B2689 Midnight Blue

📋 copy color: '#2B2689'

red 43 ◦ green 38 ◦ blue 137

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

Shades of Midnight Blue #2B2689

Tints of Midnight Blue #2B2689

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 137 (53.91% from 255) = 62.84%

R = 19.72%
G = 17.43%
B = 62.84%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B2689 (or 0x2B2689) is known color: Midnight Blue. HEX triplet: 2B, 26 and 89. RGB value is (43,38,137). Sum of RGB (Red+Green+Blue) = 43+38+137=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B2689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2689 is #D4D976. Grayscale: #323232. Windows color (decimal): -13949303 or 8988203. OLE color: 8988203.

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

Color convert

RGB 43 38 137 -
CMYK 0.69 0.72 0 0.46
HSL 243.03º 0.57% 0.34% -
HSV(B) 243.03º 0.72% 0.54% -
XYZ 6.2 3.71 24.06 -
YUV 50.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 43 38 137 0.69 0.72 0 0.46 243.03 0.57 0.34
Hex 2B 26 89 45 48 0 2E F3 39 22
Octal 53 46 211 105 110 0 56 363 71 42
Binary 101011 100110 10001001 1000101 1001000 0 101110 11110011 111001 100010

Color Harmonies of #2B2689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2689

Black with #2B2689

Text Example


Text Example

White with #2B2689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,38,137); }

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

background-color css

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

 a { background-color: rgb(43,38,137); }

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

border-color css

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

 span { border-color: rgb(43,38,137); }

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