#2C267C

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

Shades of Midnight Blue #2C267C

Tints of Midnight Blue #2C267C

Color information

#2C267C (or 0x2C267C) is unknown color: approx Midnight Blue. HEX triplet: 2C, 26 and 7C. RGB value is (44,38,124). Sum of RGB (Red+Green+Blue) = 44+38+124=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 38 (15.23% from 255 or 18.45% 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 #2C267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C267C is #D3D983. Grayscale: #313131. Windows color (decimal): -13883780 or 8136236. OLE color: 8136236.

HSL color Cylindrical-coordinate representation of color #2C267C: hue angle of 244.19º degrees, saturation: 0.53, 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 #2C267C is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4438124-
CMYK0.650.6900.51
HSL244.19º53.09%31.76%-
HSV(B)244.19º69.35%48.63%-
XYZ5.373.3819.44-
YUV49.6169.99124.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=21.36%
G=18.45%
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
Decimal44381240.650.6900.51244.1953.0931.76
Hex2C267C4145033f43520
Octal54461741011050633646540
Binary101100100110111110010000011000101011001111110100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,124); }

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

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

 a { background-color: rgb(44,38,124); }

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

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

 span { border-color: rgb(44,38,124); }

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