#221363

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

Shades of Midnight Blue #221363

Tints of Midnight Blue #221363

Color information

#221363 (or 0x221363) is unknown color: approx Midnight Blue. HEX triplet: 22, 13 and 63. RGB value is (34,19,99). Sum of RGB (Red+Green+Blue) = 34+19+99=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #221363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221363 is #DDEC9C. Grayscale: #202020. Windows color (decimal): -14544029 or 6492962. OLE color: 6492962.

HSL color Cylindrical-coordinate representation of color #221363: hue angle of 251.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221363 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB341999-
CMYK0.660.8100.61
HSL251.25º67.8%23.14%-
HSV(B)251.25º80.81%38.82%-
XYZ3.141.7111.97-
YUV32.6165.47129-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.37%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 99 (39.06% from 255) = 65.13%
R=22.37%
G=12.5%
B=65.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3419990.660.8100.61251.2567.823.14
Hex221363425103Dfb4417
Octal422314310212107537310427
Binary10001010011110001110000101010001011110111111011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221363; }

 p { color: rgb(34,19,99); }

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

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

 a { background-color: rgb(34,19,99); }

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

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

 span { border-color: rgb(34,19,99); }

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