#222668

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

Shades of Midnight Blue #222668

Tints of Midnight Blue #222668

Color information

#222668 (or 0x222668) is unknown color: approx Midnight Blue. HEX triplet: 22, 26 and 68. RGB value is (34,38,104). Sum of RGB (Red+Green+Blue) = 34+38+104=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #222668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222668 is #DDD997. Grayscale: #2C2C2C. Windows color (decimal): -14539160 or 6825506. OLE color: 6825506.

HSL color Cylindrical-coordinate representation of color #222668: hue angle of 236.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #222668 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3438104-
CMYK0.670.6300.59
HSL236.57º50.72%27.06%-
HSV(B)236.57º67.31%40.78%-
XYZ3.852.7313.42-
YUV44.33161.67120.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 104 (41.02% from 255) = 59.09%
R=19.32%
G=21.59%
B=59.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34381040.670.6300.59236.5750.7227.06
Hex222668433F03Bed331b
Octal4246150103770733556333
Binary1000101001101101000100001111111101110111110110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222668; }

 p { color: rgb(34,38,104); }

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

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

 a { background-color: rgb(34,38,104); }

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

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

 span { border-color: rgb(34,38,104); }

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