#221266

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

Shades of Midnight Blue #221266

Tints of Midnight Blue #221266

Color information

#221266 (or 0x221266) is unknown color: approx Midnight Blue. HEX triplet: 22, 12 and 66. RGB value is (34,18,102). Sum of RGB (Red+Green+Blue) = 34+18+102=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #221266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221266 is #DDED99. Grayscale: #202020. Windows color (decimal): -14544282 or 6689314. OLE color: 6689314.

HSL color Cylindrical-coordinate representation of color #221266: hue angle of 251.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221266 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3418102-
CMYK0.670.8200.6
HSL251.43º70%23.53%-
HSV(B)251.43º82.35%40%-
XYZ3.271.7312.73-
YUV32.36167.3129.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.08%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 102 (40.23% from 255) = 66.23%
R=22.08%
G=11.69%
B=66.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34181020.670.8200.6251.437023.53
Hex221266435203Cfb4618
Octal422214610312207437310630
Binary10001010010110011010000111010010011110011111011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221266; }

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

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

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

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

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

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

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

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