#232472

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

Shades of Midnight Blue #232472

Tints of Midnight Blue #232472

Color information

#232472 (or 0x232472) is unknown color: approx Midnight Blue. HEX triplet: 23, 24 and 72. RGB value is (35,36,114). Sum of RGB (Red+Green+Blue) = 35+36+114=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #232472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232472 is #DCDB8D. Grayscale: #2C2C2C. Windows color (decimal): -14474126 or 7480355. OLE color: 7480355.

HSL color Cylindrical-coordinate representation of color #232472: hue angle of 239.24º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #232472 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3536114-
CMYK0.690.6800.55
HSL239.24º53.02%29.22%-
HSV(B)239.24º69.3%44.71%-
XYZ4.362.8316.24-
YUV44.59167.17121.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=18.92%
G=19.46%
B=61.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35361140.690.6800.55239.2453.0229.22
Hex2324724544037ef351d
Octal43441621051040673576535
Binary10001110010011100101000101100010001101111110111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232472; }

 p { color: rgb(35,36,114); }

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

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

 a { background-color: rgb(35,36,114); }

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

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

 span { border-color: rgb(35,36,114); }

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