#22364C

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

Shades of Midnight #22364C

Tints of Midnight #22364C

Color information

#22364C (or 0x22364C) is unknown color: approx Midnight. HEX triplet: 22, 36 and 4C. RGB value is (34,54,76). Sum of RGB (Red+Green+Blue) = 34+54+76=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #22364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22364C is #DDC9B3. Grayscale: #323232. Windows color (decimal): -14535092 or 4994594. OLE color: 4994594.

HSL color Cylindrical-coordinate representation of color #22364C: hue angle of 211.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22364C is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB345476-
CMYK0.550.2900.70
HSL211.43º38.18%21.57%-
HSV(B)211.43º55.26%29.8%-
XYZ3.283.57.34-
YUV50.53142.37116.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.73%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=20.73%
G=32.93%
B=46.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3454760.550.2900.70211.4338.1821.57
Hex22364C371D046d32616
Octal4266114673501063234626
Binary100010110110100110011011111101010001101101001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22364C; }

 p { color: rgb(34,54,76); }

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

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

 a { background-color: rgb(34,54,76); }

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

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

 span { border-color: rgb(34,54,76); }

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