Shades of Resolution Blue #23326C
Tints of Resolution Blue #23326C
RGB
CMYK
RGB Variations
Color information
#23326C (or 0x23326C) is known color: Resolution Blue. HEX triplet: 23, 32 and 6C. RGB value is (35,50,108). Sum of RGB (Red+Green+Blue) = 35+50+108=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #23326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23326C is #DCCD93. Grayscale: #333333. Windows color (decimal): -14470548 or 7090723. OLE color: 7090723.
HSL color Cylindrical-coordinate representation of color #23326C: hue angle of 227.67º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23326C is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 50 | 108 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.58 |
| HSL | 227.67º | 0.51% | 0.28% | - |
| HSV(B) | 227.67º | 0.68% | 0.42% | - |
| XYZ | 4.54 | 3.72 | 14.67 | - |
| YUV | 52.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 108 | 0.68 | 0.54 | 0 | 0.58 | 227.67 | 0.51 | 0.28 |
| Hex | 23 | 32 | 6C | 44 | 36 | 0 | 3A | E4 | 33 | 1C |
| Octal | 43 | 62 | 154 | 104 | 66 | 0 | 72 | 344 | 63 | 34 |
| Binary | 100011 | 110010 | 1101100 | 1000100 | 110110 | 0 | 111010 | 11100100 | 110011 | 11100 |
Color Harmonies of #23326C
Complementary color
Monochromatic Colors of #23326C
Black with #23326C
Text Example
Text Example
White with #23326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23326C; }
p { color: rgb(35,50,108); }
H1.HeaderClassName
{
color: #23326C;
}
.AnyTagClassName
{
color: #23326C;
}
</style>
background-color css
<style>
a { background-color: #23326C; }
a { background-color: rgb(35,50,108); }
div.DivClassName
{
background-color: #23326C;
}
.BgClassName
{
background-color: #23326C;
}
</style>
border-color css
<style>
span { border-color: #23326C; }
span { border-color: rgb(35,50,108); }
td.TdClassName
{
border-color: #23326C;
}
.TagClassName
{
border-color: #23326C;
}
</style>