#232972

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

Shades of Midnight Blue #232972

Tints of Midnight Blue #232972

Color information

#232972 (or 0x232972) is unknown color: approx Midnight Blue. HEX triplet: 23, 29 and 72. RGB value is (35,41,114). Sum of RGB (Red+Green+Blue) = 35+41+114=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #232972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232972 is #DCD68D. Grayscale: #2F2F2F. Windows color (decimal): -14472846 or 7481635. OLE color: 7481635.

HSL color Cylindrical-coordinate representation of color #232972: hue angle of 235.44º 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 #232972 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3541114-
CMYK0.690.6400.55
HSL235.44º53.02%29.22%-
HSV(B)235.44º69.3%44.71%-
XYZ4.523.1616.29-
YUV47.53165.51119.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 114 (44.92% from 255) = 60%
R=18.42%
G=21.58%
B=60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35411140.690.6400.55235.4453.0229.22
Hex2329724540037eb351d
Octal43511621051000673536535
Binary10001110100111100101000101100000001101111110101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232972; }

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

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

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

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

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

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

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

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