Html Css Color HEX #222470 Midnight Blue

📋 copy color: '#222470'

red 34 ◦ green 36 ◦ blue 112

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

Shades of Midnight Blue #222470

Tints of Midnight Blue #222470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 61.54%

R = 18.68%
G = 19.78%
B = 61.54%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#222470 (or 0x222470) is known color: Midnight Blue. HEX triplet: 22, 24 and 70. RGB value is (34,36,112). Sum of RGB (Red+Green+Blue) = 34+36+112=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #222470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222470 is #DDDB8F. Grayscale: #2B2B2B. Windows color (decimal): -14539664 or 7349282. OLE color: 7349282.

HSL color Cylindrical-coordinate representation of color #222470: hue angle of 238.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #222470 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 36 112 -
CMYK 0.70 0.68 0 0.56
HSL 238.46º 0.53% 0.29% -
HSV(B) 238.46º 0.7% 0.44% -
XYZ 4.22 2.77 15.64 -
YUV 44.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 34 36 112 0.70 0.68 0 0.56 238.46 0.53 0.29
Hex 22 24 70 46 44 0 38 EE 35 1D
Octal 42 44 160 106 104 0 70 356 65 35
Binary 100010 100100 1110000 1000110 1000100 0 111000 11101110 110101 11101

Color Harmonies of #222470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222470

Black with #222470

Text Example


Text Example

White with #222470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222470; }

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

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

background-color css

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

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

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

border-color css

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

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

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