#221276

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

Shades of Midnight Blue #221276

Tints of Midnight Blue #221276

Color information

#221276 (or 0x221276) is unknown color: approx Midnight Blue. HEX triplet: 22, 12 and 76. RGB value is (34,18,118). Sum of RGB (Red+Green+Blue) = 34+18+118=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #221276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221276 is #DDED89. Grayscale: #212121. Windows color (decimal): -14544266 or 7737890. OLE color: 7737890.

HSL color Cylindrical-coordinate representation of color #221276: hue angle of 249.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221276 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3418118-
CMYK0.710.8500.54
HSL249.6º73.53%26.67%-
HSV(B)249.6º84.75%46.27%-
XYZ4.152.0817.32-
YUV34.18175.3127.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 118 (46.48% from 255) = 69.41%
R=20%
G=10.59%
B=69.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34181180.710.8500.54249.673.5326.67
Hex2212764755036fa4a1b
Octal422216610712506637211233
Binary10001010010111011010001111010101011011011111010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221276; }

 p { color: rgb(34,18,118); }

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

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

 a { background-color: rgb(34,18,118); }

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

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

 span { border-color: rgb(34,18,118); }

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