#221261

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

Shades of Midnight Blue #221261

Tints of Midnight Blue #221261

Color information

#221261 (or 0x221261) is unknown color: approx Midnight Blue. HEX triplet: 22, 12 and 61. RGB value is (34,18,97). Sum of RGB (Red+Green+Blue) = 34+18+97=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #221261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221261 is #DDED9E. Grayscale: #1F1F1F. Windows color (decimal): -14544287 or 6361634. OLE color: 6361634.

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

Color convert

RGB341897-
CMYK0.650.8100.62
HSL252.15º68.7%22.55%-
HSV(B)252.15º81.44%38.04%-
XYZ3.031.6411.47-
YUV31.79164.8129.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 97 (38.28% from 255) = 65.10%
R=22.82%
G=12.08%
B=65.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3418970.650.8100.62252.1568.722.55
Hex221261415103Efc4517
Octal422214110112107637410527
Binary10001010010110000110000011010001011111011111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221261; }

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

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

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

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

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

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

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

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