#221974

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

Shades of Midnight Blue #221974

Tints of Midnight Blue #221974

Color information

#221974 (or 0x221974) is unknown color: approx Midnight Blue. HEX triplet: 22, 19 and 74. RGB value is (34,25,116). Sum of RGB (Red+Green+Blue) = 34+25+116=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #221974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221974 is #DDE68B. Grayscale: #252525. Windows color (decimal): -14542476 or 7608610. OLE color: 7608610.

HSL color Cylindrical-coordinate representation of color #221974: hue angle of 245.93º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #221974 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3425116-
CMYK0.710.7800.55
HSL245.93º64.54%27.65%-
HSV(B)245.93º78.45%45.49%-
XYZ4.162.316.75-
YUV38.06171.98125.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.43%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 116 (45.70% from 255) = 66.29%
R=19.43%
G=14.29%
B=66.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34251160.710.7800.55245.9364.5427.65
Hex221974474E037f6411c
Octal423116410711606736610134
Binary10001011001111010010001111001110011011111110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221974; }

 p { color: rgb(34,25,116); }

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

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

 a { background-color: rgb(34,25,116); }

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

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

 span { border-color: rgb(34,25,116); }

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