#23228A

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

Shades of Midnight Blue #23228A

Tints of Midnight Blue #23228A

Color information

#23228A (or 0x23228A) is unknown color: approx Midnight Blue. HEX triplet: 23, 22 and 8A. RGB value is (35,34,138). Sum of RGB (Red+Green+Blue) = 35+34+138=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #23228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23228A is #DCDD75. Grayscale: #2D2D2D. Windows color (decimal): -14474614 or 9052707. OLE color: 9052707.

HSL color Cylindrical-coordinate representation of color #23228A: hue angle of 240.58º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23228A is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3534138-
CMYK0.750.7500.46
HSL240.58º60.47%33.73%-
HSV(B)240.58º75.36%54.12%-
XYZ5.853.3424.38-
YUV46.16179.83120.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.91%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=16.91%
G=16.43%
B=66.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal35341380.750.7500.46240.5860.4733.73
Hex23228A4B4B02Ef13c22
Octal43422121131130563617442
Binary1000111000101000101010010111001011010111011110001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23228A; }

 p { color: rgb(35,34,138); }

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

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

 a { background-color: rgb(35,34,138); }

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

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

 span { border-color: rgb(35,34,138); }

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