Shades of Resolution Blue #23346C
Tints of Resolution Blue #23346C
RGB
CMYK
RGB Variations
Color information
#23346C (or 0x23346C) is known color: Resolution Blue. HEX triplet: 23, 34 and 6C. RGB value is (35,52,108). Sum of RGB (Red+Green+Blue) = 35+52+108=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #23346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23346C is #DCCB93. Grayscale: #353535. Windows color (decimal): -14470036 or 7091235. OLE color: 7091235.
HSL color Cylindrical-coordinate representation of color #23346C: hue angle of 226.03º 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 #23346C is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 52 | 108 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.58 |
| HSL | 226.03º | 0.51% | 0.28% | - |
| HSV(B) | 226.03º | 0.68% | 0.42% | - |
| XYZ | 4.63 | 3.9 | 14.7 | - |
| YUV | 53.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 108 | 0.68 | 0.52 | 0 | 0.58 | 226.03 | 0.51 | 0.28 |
| Hex | 23 | 34 | 6C | 44 | 34 | 0 | 3A | E2 | 33 | 1C |
| Octal | 43 | 64 | 154 | 104 | 64 | 0 | 72 | 342 | 63 | 34 |
| Binary | 100011 | 110100 | 1101100 | 1000100 | 110100 | 0 | 111010 | 11100010 | 110011 | 11100 |
Color Harmonies of #23346C
Complementary color
Monochromatic Colors of #23346C
Black with #23346C
Text Example
Text Example
White with #23346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23346C; }
p { color: rgb(35,52,108); }
H1.HeaderClassName
{
color: #23346C;
}
.AnyTagClassName
{
color: #23346C;
}
</style>
background-color css
<style>
a { background-color: #23346C; }
a { background-color: rgb(35,52,108); }
div.DivClassName
{
background-color: #23346C;
}
.BgClassName
{
background-color: #23346C;
}
</style>
border-color css
<style>
span { border-color: #23346C; }
span { border-color: rgb(35,52,108); }
td.TdClassName
{
border-color: #23346C;
}
.TagClassName
{
border-color: #23346C;
}
</style>