#172248

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

Shades of Midnight Express #172248

Tints of Midnight Express #172248

Color information

#172248 (or 0x172248) is unknown color: approx Midnight Express. HEX triplet: 17, 22 and 48. RGB value is (23,34,72). Sum of RGB (Red+Green+Blue) = 23+34+72=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #172248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172248 is #E8DDB7. Grayscale: #222222. Windows color (decimal): -15261112 or 4727319. OLE color: 4727319.

HSL color Cylindrical-coordinate representation of color #172248: hue angle of 226.53º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #172248 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB233472-
CMYK0.680.5300.72
HSL226.53º51.58%18.63%-
HSV(B)226.53º68.06%28.24%-
XYZ2.11.796.37-
YUV35.04148.86119.41-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.83%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=17.83%
G=26.36%
B=55.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2334720.680.5300.72226.5351.5818.63
Hex1722484435048e33413
Octal27421101046501103436423
Binary1011110001010010001000100110101010010001110001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172248; }

 p { color: rgb(23,34,72); }

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

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

 a { background-color: rgb(23,34,72); }

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

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

 span { border-color: rgb(23,34,72); }

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