#221765

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

Shades of Midnight Blue #221765

Tints of Midnight Blue #221765

Color information

#221765 (or 0x221765) is unknown color: approx Midnight Blue. HEX triplet: 22, 17 and 65. RGB value is (34,23,101). Sum of RGB (Red+Green+Blue) = 34+23+101=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #221765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221765 is #DDE89A. Grayscale: #222222. Windows color (decimal): -14543003 or 6625058. OLE color: 6625058.

HSL color Cylindrical-coordinate representation of color #221765: hue angle of 248.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221765 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3423101-
CMYK0.660.7700.60
HSL248.46º62.9%24.31%-
HSV(B)248.46º77.23%39.61%-
XYZ3.321.8912.5-
YUV35.18165.14127.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.52%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 101 (39.84% from 255) = 63.92%
R=21.52%
G=14.56%
B=63.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34231010.660.7700.60248.4662.924.31
Hex221765424D03Cf83f18
Octal42271451021150743707730
Binary1000101011111001011000010100110101111001111100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221765; }

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

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

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

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

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

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

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

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