#2C247B

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

Shades of Midnight Blue #2C247B

Tints of Midnight Blue #2C247B

Color information

#2C247B (or 0x2C247B) is unknown color: approx Midnight Blue. HEX triplet: 2C, 24 and 7B. RGB value is (44,36,123). Sum of RGB (Red+Green+Blue) = 44+36+123=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C247B is #D3DB84. Grayscale: #2F2F2F. Windows color (decimal): -13884293 or 8070188. OLE color: 8070188.

HSL color Cylindrical-coordinate representation of color #2C247B: hue angle of 245.52º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C247B is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4436123-
CMYK0.640.7100.52
HSL245.52º54.72%31.18%-
HSV(B)245.52º70.73%48.24%-
XYZ5.243.2319.09-
YUV48.31170.15124.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 123 (48.44% from 255) = 60.59%
R=21.67%
G=17.73%
B=60.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44361230.640.7100.52245.5254.7231.18
Hex2C247B4047034f6371f
Octal54441731001070643666737
Binary10110010010011110111000000100011101101001111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,36,123); }

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

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

 a { background-color: rgb(44,36,123); }

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

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

 span { border-color: rgb(44,36,123); }

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