#222068

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

Shades of Midnight Blue #222068

Tints of Midnight Blue #222068

Color information

#222068 (or 0x222068) is unknown color: approx Midnight Blue. HEX triplet: 22, 20 and 68. RGB value is (34,32,104). Sum of RGB (Red+Green+Blue) = 34+32+104=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #222068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222068 is #DDDF97. Grayscale: #282828. Windows color (decimal): -14540696 or 6823970. OLE color: 6823970.

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

Color convert

RGB3432104-
CMYK0.670.6900.59
HSL241.67º52.94%26.67%-
HSV(B)241.67º69.23%40.78%-
XYZ3.672.3713.36-
YUV40.81163.66123.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=20%
G=18.82%
B=61.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34321040.670.6900.59241.6752.9426.67
Hex222068434503Bf2351b
Octal42401501031050733626533
Binary10001010000011010001000011100010101110111111001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222068; }

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

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

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

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

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

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

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

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