#231772

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

Shades of Midnight Blue #231772

Tints of Midnight Blue #231772

Color information

#231772 (or 0x231772) is unknown color: approx Midnight Blue. HEX triplet: 23, 17 and 72. RGB value is (35,23,114). Sum of RGB (Red+Green+Blue) = 35+23+114=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #231772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231772 is #DCE88D. Grayscale: #242424. Windows color (decimal): -14477454 or 7477027. OLE color: 7477027.

HSL color Cylindrical-coordinate representation of color #231772: hue angle of 247.91º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231772 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3523114-
CMYK0.690.8000.55
HSL247.91º66.42%26.86%-
HSV(B)247.91º79.82%44.71%-
XYZ4.042.1916.13-
YUV36.96171.48126.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 114 (44.92% from 255) = 66.28%
R=20.35%
G=13.37%
B=66.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35231140.690.8000.55247.9166.4226.86
Hex2317724550037f8421b
Octal432716210512006737010233
Binary10001110111111001010001011010000011011111111000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231772; }

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

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

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

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

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

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

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

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