#231574

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

Shades of Midnight Blue #231574

Tints of Midnight Blue #231574

Color information

#231574 (or 0x231574) is unknown color: approx Midnight Blue. HEX triplet: 23, 15 and 74. RGB value is (35,21,116). Sum of RGB (Red+Green+Blue) = 35+21+116=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #231574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231574 is #DCEA8B. Grayscale: #232323. Windows color (decimal): -14477964 or 7607587. OLE color: 7607587.

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

Color convert

RGB3521116-
CMYK0.700.8200.55
HSL248.84º69.34%26.86%-
HSV(B)248.84º81.9%45.49%-
XYZ4.112.1516.72-
YUV36.02173.14127.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 116 (45.70% from 255) = 67.44%
R=20.35%
G=12.21%
B=67.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35211160.700.8200.55248.8469.3426.86
Hex2315744652037f9451b
Octal432516410612206737110533
Binary10001110101111010010001101010010011011111111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231574; }

 p { color: rgb(35,21,116); }

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

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

 a { background-color: rgb(35,21,116); }

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

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

 span { border-color: rgb(35,21,116); }

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