Html Css Color HEX #222188 Midnight Blue

📋 copy color: '#222188'

red 34 ◦ green 33 ◦ blue 136

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

Shades of Midnight Blue #222188

Tints of Midnight Blue #222188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 136 (53.52% from 255) = 67%

R = 16.75%
G = 16.26%
B = 67%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#222188 (or 0x222188) is known color: Midnight Blue. HEX triplet: 22, 21 and 88. RGB value is (34,33,136). Sum of RGB (Red+Green+Blue) = 34+33+136=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #222188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222188 is #DDDE77. Grayscale: #2C2C2C. Windows color (decimal): -14540408 or 8921378. OLE color: 8921378.

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

Color convert

RGB 34 33 136 -
CMYK 0.75 0.76 0 0.47
HSL 240.58º 0.61% 0.33% -
HSV(B) 240.58º 0.76% 0.53% -
XYZ 5.65 3.21 23.61 -
YUV 45.04 179.33 120.12 -
System Red Green Blue C M Y K H S L
Decimal 34 33 136 0.75 0.76 0 0.47 240.58 0.61 0.33
Hex 22 21 88 4B 4C 0 2F F1 3D 21
Octal 42 41 210 113 114 0 57 361 75 41
Binary 100010 100001 10001000 1001011 1001100 0 101111 11110001 111101 100001

Color Harmonies of #222188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222188

Black with #222188

Text Example


Text Example

White with #222188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222188; }

 p { color: rgb(34,33,136); }

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

background-color css

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

 a { background-color: rgb(34,33,136); }

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

border-color css

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

 span { border-color: rgb(34,33,136); }

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