Html Css Color HEX #22247D Midnight Blue

📋 copy color: '#22247D'

red 34 ◦ green 36 ◦ blue 125

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

Shades of Midnight Blue #22247D

Tints of Midnight Blue #22247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

 BLUE value IS 125 (49.22% from 255) = 64.1%

R = 17.44%
G = 18.46%
B = 64.1%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#22247D (or 0x22247D) is known color: Midnight Blue. HEX triplet: 22, 24 and 7D. RGB value is (34,36,125). Sum of RGB (Red+Green+Blue) = 34+36+125=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #22247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22247D is #DDDB82. Grayscale: #2D2D2D. Windows color (decimal): -14539651 or 8201250. OLE color: 8201250.

HSL color Cylindrical-coordinate representation of color #22247D: hue angle of 238.68º 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 #22247D is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 36 125 -
CMYK 0.73 0.71 0 0.51
HSL 238.68º 0.57% 0.31% -
HSV(B) 238.68º 0.73% 0.49% -
XYZ 4.99 3.08 19.73 -
YUV 45.55 172.84 119.76 -
System Red Green Blue C M Y K H S L
Decimal 34 36 125 0.73 0.71 0 0.51 238.68 0.57 0.31
Hex 22 24 7D 49 47 0 33 EF 39 1F
Octal 42 44 175 111 107 0 63 357 71 37
Binary 100010 100100 1111101 1001001 1000111 0 110011 11101111 111001 11111

Color Harmonies of #22247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22247D

Black with #22247D

Text Example


Text Example

White with #22247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22247D; }

 p { color: rgb(34,36,125); }

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

background-color css

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

 a { background-color: rgb(34,36,125); }

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

border-color css

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

 span { border-color: rgb(34,36,125); }

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