#2B277C

Color #2B277C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #2B277C

Tints of Midnight Blue #2B277C

Color information

#2B277C (or 0x2B277C) is unknown color: approx Midnight Blue. HEX triplet: 2B, 27 and 7C. RGB value is (43,39,124). Sum of RGB (Red+Green+Blue) = 43+39+124=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B277C is #D4D883. Grayscale: #313131. Windows color (decimal): -13949060 or 8136491. OLE color: 8136491.

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

Color convert

RGB4339124-
CMYK0.650.6900.51
HSL242.82º52.15%31.96%-
HSV(B)242.82º68.55%48.63%-
XYZ5.363.4219.45-
YUV49.89169.83123.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.87%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=20.87%
G=18.93%
B=60.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43391240.650.6900.51242.8252.1531.96
Hex2B277C4145033f33420
Octal53471741011050633636440
Binary101011100111111110010000011000101011001111110011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,39,124); }

 H1.HeaderClassName
 {
   color: #2B277C;
 }
 .AnyTagClassName
 {
   color: #2B277C;
 }
</style>
background-color css

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

 a { background-color: rgb(43,39,124); }

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

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

 span { border-color: rgb(43,39,124); }

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