#223246

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

Shades of Midnight #223246

Tints of Midnight #223246

Color information

#223246 (or 0x223246) is unknown color: approx Midnight. HEX triplet: 22, 32 and 46. RGB value is (34,50,70). Sum of RGB (Red+Green+Blue) = 34+50+70=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #223246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223246 is #DDCDB9. Grayscale: #2F2F2F. Windows color (decimal): -14536122 or 4600354. OLE color: 4600354.

HSL color Cylindrical-coordinate representation of color #223246: hue angle of 213.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #223246 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB345070-
CMYK0.510.2900.73
HSL213.33º34.62%20.39%-
HSV(B)213.33º51.43%27.45%-
XYZ2.913.066.23-
YUV47.5140.7118.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.08%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 70 (27.73% from 255) = 45.45%
R=22.08%
G=32.47%
B=45.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3450700.510.2900.73213.3334.6220.39
Hex223246331D049d52314
Octal4262106633501113254324
Binary100010110010100011011001111101010010011101010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223246; }

 p { color: rgb(34,50,70); }

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

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

 a { background-color: rgb(34,50,70); }

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

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

 span { border-color: rgb(34,50,70); }

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