#222465

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

Shades of Midnight Blue #222465

Tints of Midnight Blue #222465

Color information

#222465 (or 0x222465) is unknown color: approx Midnight Blue. HEX triplet: 22, 24 and 65. RGB value is (34,36,101). Sum of RGB (Red+Green+Blue) = 34+36+101=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #222465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222465 is #DDDB9A. Grayscale: #2A2A2A. Windows color (decimal): -14539675 or 6628386. OLE color: 6628386.

HSL color Cylindrical-coordinate representation of color #222465: hue angle of 238.21º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #222465 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3436101-
CMYK0.660.6400.60
HSL238.21º49.63%26.47%-
HSV(B)238.21º66.34%39.61%-
XYZ3.642.5412.61-
YUV42.81160.84121.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 101 (39.84% from 255) = 59.06%
R=19.88%
G=21.05%
B=59.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34361010.660.6400.60238.2149.6326.47
Hex222465424003Cee321a
Octal42441451021000743566232
Binary10001010010011001011000010100000001111001110111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222465; }

 p { color: rgb(34,36,101); }

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

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

 a { background-color: rgb(34,36,101); }

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

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

 span { border-color: rgb(34,36,101); }

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