#221E75

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

Shades of Midnight Blue #221E75

Tints of Midnight Blue #221E75

Color information

#221E75 (or 0x221E75) is unknown color: approx Midnight Blue. HEX triplet: 22, 1E and 75. RGB value is (34,30,117). Sum of RGB (Red+Green+Blue) = 34+30+117=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #221E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E75 is #DDE18A. Grayscale: #282828. Windows color (decimal): -14541195 or 7675426. OLE color: 7675426.

HSL color Cylindrical-coordinate representation of color #221E75: hue angle of 242.76º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221E75 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3430117-
CMYK0.710.7400.54
HSL242.76º59.18%28.82%-
HSV(B)242.76º74.36%45.88%-
XYZ4.332.5517.09-
YUV41.11170.83122.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 117 (46.09% from 255) = 64.64%
R=18.78%
G=16.57%
B=64.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34301170.710.7400.54242.7659.1828.82
Hex221E75474A036f33b1d
Octal42361651071120663637335
Binary1000101111011101011000111100101001101101111001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221E75; }

 p { color: rgb(34,30,117); }

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

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

 a { background-color: rgb(34,30,117); }

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

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

 span { border-color: rgb(34,30,117); }

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