Html Css Color HEX #2B237E Midnight Blue

📋 copy color: '#2B237E'

red 43 ◦ green 35 ◦ blue 126

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

Shades of Midnight Blue #2B237E

Tints of Midnight Blue #2B237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 61.76%

R = 21.08%
G = 17.16%
B = 61.76%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B237E (or 0x2B237E) is known color: Midnight Blue. HEX triplet: 2B, 23 and 7E. RGB value is (43,35,126). Sum of RGB (Red+Green+Blue) = 43+35+126=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #2B237E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B237E is #D4DC81. Grayscale: #2F2F2F. Windows color (decimal): -13950082 or 8266539. OLE color: 8266539.

HSL color Cylindrical-coordinate representation of color #2B237E: hue angle of 245.27º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B237E is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 35 126 -
CMYK 0.66 0.72 0 0.51
HSL 245.27º 0.57% 0.32% -
HSV(B) 245.27º 0.72% 0.49% -
XYZ 5.36 3.22 20.08 -
YUV 47.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 43 35 126 0.66 0.72 0 0.51 245.27 0.57 0.32
Hex 2B 23 7E 42 48 0 33 F5 39 20
Octal 53 43 176 102 110 0 63 365 71 40
Binary 101011 100011 1111110 1000010 1001000 0 110011 11110101 111001 100000

Color Harmonies of #2B237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B237E

Black with #2B237E

Text Example


Text Example

White with #2B237E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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