#221D66

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

Shades of Midnight Blue #221D66

Tints of Midnight Blue #221D66

Color information

#221D66 (or 0x221D66) is unknown color: approx Midnight Blue. HEX triplet: 22, 1D and 66. RGB value is (34,29,102). Sum of RGB (Red+Green+Blue) = 34+29+102=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #221D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D66 is #DDE299. Grayscale: #262626. Windows color (decimal): -14541466 or 6692130. OLE color: 6692130.

HSL color Cylindrical-coordinate representation of color #221D66: hue angle of 244.11º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #221D66 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3429102-
CMYK0.670.7200.6
HSL244.11º55.73%25.69%-
HSV(B)244.11º71.57%40%-
XYZ3.52.1812.81-
YUV38.82163.66124.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 102 (40.23% from 255) = 61.82%
R=20.61%
G=17.58%
B=61.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34291020.670.7200.6244.1155.7325.69
Hex221D66434803Cf4381a
Octal42351461031100743647032
Binary1000101110111001101000011100100001111001111010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,29,102); }

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

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

 a { background-color: rgb(34,29,102); }

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

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

 span { border-color: rgb(34,29,102); }

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