#22286F

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

Shades of Midnight Blue #22286F

Tints of Midnight Blue #22286F

Color information

#22286F (or 0x22286F) is unknown color: approx Midnight Blue. HEX triplet: 22, 28 and 6F. RGB value is (34,40,111). Sum of RGB (Red+Green+Blue) = 34+40+111=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #22286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22286F is #DDD790. Grayscale: #2E2E2E. Windows color (decimal): -14538641 or 7284770. OLE color: 7284770.

HSL color Cylindrical-coordinate representation of color #22286F: hue angle of 235.32º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22286F is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3440111-
CMYK0.690.6400.56
HSL235.32º53.1%28.43%-
HSV(B)235.32º69.37%43.53%-
XYZ4.293.0115.39-
YUV46.3164.51119.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 111 (43.75% from 255) = 60%
R=18.38%
G=21.62%
B=60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34401110.690.6400.56235.3253.128.43
Hex22286F4540038eb351c
Octal42501571051000703536534
Binary10001010100011011111000101100000001110001110101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22286F; }

 p { color: rgb(34,40,111); }

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

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

 a { background-color: rgb(34,40,111); }

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

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

 span { border-color: rgb(34,40,111); }

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