#221861

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

Shades of Midnight Blue #221861

Tints of Midnight Blue #221861

Color information

#221861 (or 0x221861) is unknown color: approx Midnight Blue. HEX triplet: 22, 18 and 61. RGB value is (34,24,97). Sum of RGB (Red+Green+Blue) = 34+24+97=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #221861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221861 is #DDE79E. Grayscale: #232323. Windows color (decimal): -14542751 or 6363170. OLE color: 6363170.

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

Color convert

RGB342497-
CMYK0.650.7500.62
HSL248.22º60.33%23.73%-
HSV(B)248.22º75.26%38.04%-
XYZ3.141.8611.5-
YUV35.31162.81127.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=21.94%
G=15.48%
B=62.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3424970.650.7500.62248.2260.3323.73
Hex221861414B03Ef83c18
Octal42301411011130763707430
Binary1000101100011000011000001100101101111101111100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221861; }

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

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

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

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

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

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

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

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