Shades of Resolution Blue #23326D
Tints of Resolution Blue #23326D
RGB
CMYK
RGB Variations
Color information
#23326D (or 0x23326D) is known color: Resolution Blue. HEX triplet: 23, 32 and 6D. RGB value is (35,50,109). Sum of RGB (Red+Green+Blue) = 35+50+109=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #23326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23326D is #DCCD92. Grayscale: #333333. Windows color (decimal): -14470547 or 7156259. OLE color: 7156259.
HSL color Cylindrical-coordinate representation of color #23326D: hue angle of 227.84º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23326D is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 50 | 109 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.57 |
| HSL | 227.84º | 0.51% | 0.28% | - |
| HSV(B) | 227.84º | 0.68% | 0.43% | - |
| XYZ | 4.59 | 3.74 | 14.95 | - |
| YUV | 52.24 | 160.03 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 109 | 0.68 | 0.54 | 0 | 0.57 | 227.84 | 0.51 | 0.28 |
| Hex | 23 | 32 | 6D | 44 | 36 | 0 | 39 | E4 | 33 | 1C |
| Octal | 43 | 62 | 155 | 104 | 66 | 0 | 71 | 344 | 63 | 34 |
| Binary | 100011 | 110010 | 1101101 | 1000100 | 110110 | 0 | 111001 | 11100100 | 110011 | 11100 |
Color Harmonies of #23326D
Complementary color
Monochromatic Colors of #23326D
Black with #23326D
Text Example
Text Example
White with #23326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23326D; }
p { color: rgb(35,50,109); }
H1.HeaderClassName
{
color: #23326D;
}
.AnyTagClassName
{
color: #23326D;
}
</style>
background-color css
<style>
a { background-color: #23326D; }
a { background-color: rgb(35,50,109); }
div.DivClassName
{
background-color: #23326D;
}
.BgClassName
{
background-color: #23326D;
}
</style>
border-color css
<style>
span { border-color: #23326D; }
span { border-color: rgb(35,50,109); }
td.TdClassName
{
border-color: #23326D;
}
.TagClassName
{
border-color: #23326D;
}
</style>