#221768

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

Shades of Midnight Blue #221768

Tints of Midnight Blue #221768

Color information

#221768 (or 0x221768) is unknown color: approx Midnight Blue. HEX triplet: 22, 17 and 68. RGB value is (34,23,104). Sum of RGB (Red+Green+Blue) = 34+23+104=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #221768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221768 is #DDE897. Grayscale: #232323. Windows color (decimal): -14543000 or 6821666. OLE color: 6821666.

HSL color Cylindrical-coordinate representation of color #221768: hue angle of 248.15º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #221768 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3423104-
CMYK0.670.7800.59
HSL248.15º63.78%24.9%-
HSV(B)248.15º77.88%40.78%-
XYZ3.461.9513.29-
YUV35.52166.64126.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 104 (41.02% from 255) = 64.60%
R=21.12%
G=14.29%
B=64.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34231040.670.7800.59248.1563.7824.9
Hex221768434E03Bf84019
Octal422715010311607337010031
Binary10001010111110100010000111001110011101111111000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221768; }

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

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

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

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

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

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

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

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