#222BAD (or 0x222BAD) is unknown color: approx Persian Blue. HEX triplet: 22, 2B and AD. RGB value is (34,43,173). Sum of RGB (Red+Green+Blue) = 34+43+173=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #222BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222BAD is #DDD452. Grayscale: #363636. Windows color (decimal): -14537811 or 11348770. OLE color: 11348770.
HSL color Cylindrical-coordinate representation of color #222BAD: hue angle of 236.12º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #222BAD is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
<style> p { color: #222BAD; } p { color: rgb(34,43,173); } H1.HeaderClassName { color: #222BAD; } .AnyTagClassName { color: #222BAD; } </style>
<style> a { background-color: #222BAD; } a { background-color: rgb(34,43,173); } div.DivClassName { background-color: #222BAD; } .BgClassName { background-color: #222BAD; } </style>
<style> span { border-color: #222BAD; } span { border-color: rgb(34,43,173); } td.TdClassName { border-color: #222BAD; } .TagClassName { border-color: #222BAD; } </style>