Html Css Color HEX #221374 Midnight Blue

📋 copy color: '#221374'

red 34 ◦ green 19 ◦ blue 116

#221374
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #221374

Tints of Midnight Blue #221374

RGB

 RED value IS 34 (13.67% from 255) = 20.12%

 GREEN value IS 19 (7.81% from 255) = 11.24%

 BLUE value IS 116 (45.7% from 255) = 68.64%

R = 20.12%
G = 11.24%
B = 68.64%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#221374 (or 0x221374) is known color: Midnight Blue. HEX triplet: 22, 13 and 74. RGB value is (34,19,116). Sum of RGB (Red+Green+Blue) = 34+19+116=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #221374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221374 is #DDEC8B. Grayscale: #222222. Windows color (decimal): -14544012 or 7607074. OLE color: 7607074.

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

Color convert

RGB 34 19 116 -
CMYK 0.71 0.84 0 0.55
HSL 249.28º 0.72% 0.26% -
HSV(B) 249.28º 0.84% 0.45% -
XYZ 4.04 2.07 16.71 -
YUV 34.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 34 19 116 0.71 0.84 0 0.55 249.28 0.72 0.26
Hex 22 13 74 47 54 0 37 F9 48 1A
Octal 42 23 164 107 124 0 67 371 110 32
Binary 100010 10011 1110100 1000111 1010100 0 110111 11111001 1001000 11010

Color Harmonies of #221374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221374

Black with #221374

Text Example


Text Example

White with #221374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221374; }

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

 H1.HeaderClassName
 {
   color: #221374;
 }
 .AnyTagClassName
 {
   color: #221374;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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