#232A70

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

Shades of Midnight Blue #232A70

Tints of Midnight Blue #232A70

Color information

#232A70 (or 0x232A70) is unknown color: approx Midnight Blue. HEX triplet: 23, 2A and 70. RGB value is (35,42,112). Sum of RGB (Red+Green+Blue) = 35+42+112=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #232A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A70 is #DCD58F. Grayscale: #2F2F2F. Windows color (decimal): -14472592 or 7350819. OLE color: 7350819.

HSL color Cylindrical-coordinate representation of color #232A70: hue angle of 234.55º degrees, saturation: 0.52, 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 #232A70 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3542112-
CMYK0.690.6200.56
HSL234.55º52.38%28.82%-
HSV(B)234.55º68.75%43.92%-
XYZ4.453.1815.71-
YUV47.89164.18118.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=18.52%
G=22.22%
B=59.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35421120.690.6200.56234.5552.3828.82
Hex232A70453E038eb341d
Octal4352160105760703536435
Binary1000111010101110000100010111111001110001110101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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