#23248B

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

Shades of Midnight Blue #23248B

Tints of Midnight Blue #23248B

Color information

#23248B (or 0x23248B) is unknown color: approx Midnight Blue. HEX triplet: 23, 24 and 8B. RGB value is (35,36,139). Sum of RGB (Red+Green+Blue) = 35+36+139=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #23248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23248B is #DCDB74. Grayscale: #2F2F2F. Windows color (decimal): -14474101 or 9118755. OLE color: 9118755.

HSL color Cylindrical-coordinate representation of color #23248B: hue angle of 239.42º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23248B is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3536139-
CMYK0.750.7400.45
HSL239.42º59.77%34.12%-
HSV(B)239.42º74.82%54.51%-
XYZ5.983.4824.78-
YUV47.44179.67119.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.67%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 139 (54.69% from 255) = 66.19%
R=16.67%
G=17.14%
B=66.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35361390.750.7400.45239.4259.7734.12
Hex23248B4B4A02Def3c22
Octal43442131131120553577442
Binary1000111001001000101110010111001010010110111101111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23248B; }

 p { color: rgb(35,36,139); }

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

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

 a { background-color: rgb(35,36,139); }

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

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

 span { border-color: rgb(35,36,139); }

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