#223140

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

Shades of Midnight #223140

Tints of Midnight #223140

Color information

#223140 (or 0x223140) is unknown color: approx Midnight. HEX triplet: 22, 31 and 40. RGB value is (34,49,64). Sum of RGB (Red+Green+Blue) = 34+49+64=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #223140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223140 is #DDCEBF. Grayscale: #2E2E2E. Windows color (decimal): -14536384 or 4206882. OLE color: 4206882.

HSL color Cylindrical-coordinate representation of color #223140: hue angle of 210º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #223140 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB344964-
CMYK0.470.2300.75
HSL210º30.61%19.22%-
HSV(B)210º46.88%25.1%-
XYZ2.682.915.27-
YUV46.22138.03119.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=23.13%
G=33.33%
B=43.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3449640.470.2300.7521030.6119.22
Hex2231402F1704Bd21f13
Octal4261100572701133223723
Binary10001011000110000001011111011101001011110100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223140; }

 p { color: rgb(34,49,64); }

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

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

 a { background-color: rgb(34,49,64); }

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

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

 span { border-color: rgb(34,49,64); }

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