#221661

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

Shades of Midnight Blue #221661

Tints of Midnight Blue #221661

Color information

#221661 (or 0x221661) is unknown color: approx Midnight Blue. HEX triplet: 22, 16 and 61. RGB value is (34,22,97). Sum of RGB (Red+Green+Blue) = 34+22+97=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #221661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221661 is #DDE99E. Grayscale: #212121. Windows color (decimal): -14543263 or 6362658. OLE color: 6362658.

HSL color Cylindrical-coordinate representation of color #221661: hue angle of 249.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221661 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB342297-
CMYK0.650.7700.62
HSL249.6º63.03%23.33%-
HSV(B)249.6º77.32%38.04%-
XYZ3.11.7811.49-
YUV34.14163.48127.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=22.22%
G=14.38%
B=63.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3422970.650.7700.62249.663.0323.33
Hex221661414D03Efa3f17
Octal42261411011150763727727
Binary1000101011011000011000001100110101111101111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221661; }

 p { color: rgb(34,22,97); }

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

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

 a { background-color: rgb(34,22,97); }

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

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

 span { border-color: rgb(34,22,97); }

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