Html Css Color HEX #222586 Midnight Blue

📋 copy color: '#222586'

red 34 ◦ green 37 ◦ blue 134

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

Shades of Midnight Blue #222586

Tints of Midnight Blue #222586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 134 (52.73% from 255) = 65.37%

R = 16.59%
G = 18.05%
B = 65.37%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#222586 (or 0x222586) is known color: Midnight Blue. HEX triplet: 22, 25 and 86. RGB value is (34,37,134). Sum of RGB (Red+Green+Blue) = 34+37+134=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #222586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222586 is #DDDA79. Grayscale: #2E2E2E. Windows color (decimal): -14539386 or 8791330. OLE color: 8791330.

HSL color Cylindrical-coordinate representation of color #222586: hue angle of 238.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #222586 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 37 134 -
CMYK 0.75 0.72 0 0.47
HSL 238.2º 0.6% 0.33% -
HSV(B) 238.2º 0.75% 0.53% -
XYZ 5.62 3.38 22.91 -
YUV 47.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 34 37 134 0.75 0.72 0 0.47 238.2 0.6 0.33
Hex 22 25 86 4B 48 0 2F EE 3C 21
Octal 42 45 206 113 110 0 57 356 74 41
Binary 100010 100101 10000110 1001011 1001000 0 101111 11101110 111100 100001

Color Harmonies of #222586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222586

Black with #222586

Text Example


Text Example

White with #222586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222586; }

 p { color: rgb(34,37,134); }

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

background-color css

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

 a { background-color: rgb(34,37,134); }

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

border-color css

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

 span { border-color: rgb(34,37,134); }

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