Html Css Color HEX #221577 Midnight Blue

📋 copy color: '#221577'

red 34 ◦ green 21 ◦ blue 119

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

Shades of Midnight Blue #221577

Tints of Midnight Blue #221577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 119 (46.88% from 255) = 68.39%

R = 19.54%
G = 12.07%
B = 68.39%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#221577 (or 0x221577) is known color: Midnight Blue. HEX triplet: 22, 15 and 77. RGB value is (34,21,119). Sum of RGB (Red+Green+Blue) = 34+21+119=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 119 (46.88% from 255 or 68.39% from 174); Max value from RGB is 119 - color contains mainly: blue. Hex color #221577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221577 is #DDEA88. Grayscale: #232323. Windows color (decimal): -14543497 or 7804194. OLE color: 7804194.

HSL color Cylindrical-coordinate representation of color #221577: hue angle of 247.96º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221577 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 21 119 -
CMYK 0.71 0.82 0 0.53
HSL 247.96º 0.7% 0.27% -
HSV(B) 247.96º 0.82% 0.47% -
XYZ 4.26 2.21 17.65 -
YUV 36.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 34 21 119 0.71 0.82 0 0.53 247.96 0.7 0.27
Hex 22 15 77 47 52 0 35 F8 46 1B
Octal 42 25 167 107 122 0 65 370 106 33
Binary 100010 10101 1110111 1000111 1010010 0 110101 11111000 1000110 11011

Color Harmonies of #221577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221577

Black with #221577

Text Example


Text Example

White with #221577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221577; }

 p { color: rgb(34,21,119); }

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

background-color css

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

 a { background-color: rgb(34,21,119); }

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

border-color css

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

 span { border-color: rgb(34,21,119); }

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