#232971

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

Shades of Midnight Blue #232971

Tints of Midnight Blue #232971

Color information

#232971 (or 0x232971) is unknown color: approx Midnight Blue. HEX triplet: 23, 29 and 71. RGB value is (35,41,113). Sum of RGB (Red+Green+Blue) = 35+41+113=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #232971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232971 is #DCD68E. Grayscale: #2F2F2F. Windows color (decimal): -14472847 or 7416099. OLE color: 7416099.

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

Color convert

RGB3541113-
CMYK0.690.6400.56
HSL235.38º52.7%29.02%-
HSV(B)235.38º69.03%44.31%-
XYZ4.473.1415.99-
YUV47.41165.01119.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 113 (44.53% from 255) = 59.79%
R=18.52%
G=21.69%
B=59.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35411130.690.6400.56235.3852.729.02
Hex2329714540038eb351d
Octal43511611051000703536535
Binary10001110100111100011000101100000001110001110101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232971; }

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

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

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

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

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

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

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

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