#232A72

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

Shades of Midnight Blue #232A72

Tints of Midnight Blue #232A72

Color information

#232A72 (or 0x232A72) is unknown color: approx Midnight Blue. HEX triplet: 23, 2A and 72. RGB value is (35,42,114). Sum of RGB (Red+Green+Blue) = 35+42+114=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #232A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A72 is #DCD58D. Grayscale: #2F2F2F. Windows color (decimal): -14472590 or 7481891. OLE color: 7481891.

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

Color convert

RGB3542114-
CMYK0.690.6300.55
HSL234.68º53.02%29.22%-
HSV(B)234.68º69.3%44.71%-
XYZ4.563.2316.3-
YUV48.12165.18118.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=18.32%
G=21.99%
B=59.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35421140.690.6300.55234.6853.0229.22
Hex232A72453F037eb351d
Octal4352162105770673536535
Binary1000111010101110010100010111111101101111110101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232A72; }

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

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

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

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

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

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

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

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