Shades of Midnight Blue #222B74
Tints of Midnight Blue #222B74
RGB
CMYK
RGB Variations
Color information
#222B74 (or 0x222B74) is known color: Midnight Blue. HEX triplet: 22, 2B and 74. RGB value is (34,43,116). Sum of RGB (Red+Green+Blue) = 34+43+116=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #222B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B74 is #DDD48B. Grayscale: #303030. Windows color (decimal): -14537868 or 7613218. OLE color: 7613218.
HSL color Cylindrical-coordinate representation of color #222B74: hue angle of 233.41º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #222B74 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 43 | 116 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.55 |
| HSL | 233.41º | 0.55% | 0.29% | - |
| HSV(B) | 233.41º | 0.71% | 0.45% | - |
| XYZ | 4.68 | 3.33 | 16.92 | - |
| YUV | 48.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 116 | 0.71 | 0.63 | 0 | 0.55 | 233.41 | 0.55 | 0.29 |
| Hex | 22 | 2B | 74 | 47 | 3F | 0 | 37 | E9 | 37 | 1D |
| Octal | 42 | 53 | 164 | 107 | 77 | 0 | 67 | 351 | 67 | 35 |
| Binary | 100010 | 101011 | 1110100 | 1000111 | 111111 | 0 | 110111 | 11101001 | 110111 | 11101 |
Color Harmonies of #222B74
Complementary color
Monochromatic Colors of #222B74
Black with #222B74
Text Example
Text Example
White with #222B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B74; }
p { color: rgb(34,43,116); }
H1.HeaderClassName
{
color: #222B74;
}
.AnyTagClassName
{
color: #222B74;
}
</style>
background-color css
<style>
a { background-color: #222B74; }
a { background-color: rgb(34,43,116); }
div.DivClassName
{
background-color: #222B74;
}
.BgClassName
{
background-color: #222B74;
}
</style>
border-color css
<style>
span { border-color: #222B74; }
span { border-color: rgb(34,43,116); }
td.TdClassName
{
border-color: #222B74;
}
.TagClassName
{
border-color: #222B74;
}
</style>