#221C68

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

Shades of Midnight Blue #221C68

Tints of Midnight Blue #221C68

Color information

#221C68 (or 0x221C68) is unknown color: approx Midnight Blue. HEX triplet: 22, 1C and 68. RGB value is (34,28,104). Sum of RGB (Red+Green+Blue) = 34+28+104=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #221C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C68 is #DDE397. Grayscale: #262626. Windows color (decimal): -14541720 or 6822946. OLE color: 6822946.

HSL color Cylindrical-coordinate representation of color #221C68: hue angle of 244.74º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #221C68 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3428104-
CMYK0.670.7300.59
HSL244.74º57.58%25.88%-
HSV(B)244.74º73.08%40.78%-
XYZ3.572.1713.33-
YUV38.46164.99124.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.48%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 104 (41.02% from 255) = 62.65%
R=20.48%
G=16.87%
B=62.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34281040.670.7300.59244.7457.5825.88
Hex221C68434903Bf53a1a
Octal42341501031110733657232
Binary1000101110011010001000011100100101110111111010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221C68; }

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

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

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

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

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

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

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

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