#22267C

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

Shades of Midnight Blue #22267C

Tints of Midnight Blue #22267C

Color information

#22267C (or 0x22267C) is unknown color: approx Midnight Blue. HEX triplet: 22, 26 and 7C. RGB value is (34,38,124). Sum of RGB (Red+Green+Blue) = 34+38+124=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #22267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22267C is #DDD983. Grayscale: #2E2E2E. Windows color (decimal): -14539140 or 8136226. OLE color: 8136226.

HSL color Cylindrical-coordinate representation of color #22267C: hue angle of 237.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22267C is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3438124-
CMYK0.730.6900.51
HSL237.33º56.96%30.98%-
HSV(B)237.33º72.58%48.63%-
XYZ4.993.1819.42-
YUV46.61171.67119.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 124 (48.83% from 255) = 63.27%
R=17.35%
G=19.39%
B=63.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34381240.730.6900.51237.3356.9630.98
Hex22267C4945033ed391f
Octal42461741111050633557137
Binary10001010011011111001001001100010101100111110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22267C; }

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

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

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

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

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

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

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

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