#22278B

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

Shades of Midnight Blue #22278B

Tints of Midnight Blue #22278B

Color information

#22278B (or 0x22278B) is unknown color: approx Midnight Blue. HEX triplet: 22, 27 and 8B. RGB value is (34,39,139). Sum of RGB (Red+Green+Blue) = 34+39+139=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #22278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22278B is #DDD874. Grayscale: #303030. Windows color (decimal): -14538869 or 9119522. OLE color: 9119522.

HSL color Cylindrical-coordinate representation of color #22278B: hue angle of 237.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22278B is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3439139-
CMYK0.760.7200.45
HSL237.14º60.69%33.92%-
HSV(B)237.14º75.54%54.51%-
XYZ6.053.6624.81-
YUV48.9178.84117.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 139 (54.69% from 255) = 65.57%
R=16.04%
G=18.40%
B=65.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34391390.760.7200.45237.1460.6933.92
Hex22278B4C4802Ded3d22
Octal42472131141100553557542
Binary1000101001111000101110011001001000010110111101101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22278B; }

 p { color: rgb(34,39,139); }

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

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

 a { background-color: rgb(34,39,139); }

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

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

 span { border-color: rgb(34,39,139); }

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