#221E68

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

Shades of Midnight Blue #221E68

Tints of Midnight Blue #221E68

Color information

#221E68 (or 0x221E68) is unknown color: approx Midnight Blue. HEX triplet: 22, 1E and 68. RGB value is (34,30,104). Sum of RGB (Red+Green+Blue) = 34+30+104=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #221E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E68 is #DDE197. Grayscale: #272727. Windows color (decimal): -14541208 or 6823458. OLE color: 6823458.

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

Color convert

RGB3430104-
CMYK0.670.7100.59
HSL243.24º55.22%26.27%-
HSV(B)243.24º71.15%40.78%-
XYZ3.622.2713.34-
YUV39.63164.33123.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.24%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=20.24%
G=17.86%
B=61.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34301040.670.7100.59243.2455.2226.27
Hex221E68434703Bf3371a
Octal42361501031070733636732
Binary1000101111011010001000011100011101110111111001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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