Shades of Resolution Blue #23336C
Tints of Resolution Blue #23336C
RGB
CMYK
RGB Variations
Color information
#23336C (or 0x23336C) is known color: Resolution Blue. HEX triplet: 23, 33 and 6C. RGB value is (35,51,108). Sum of RGB (Red+Green+Blue) = 35+51+108=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #23336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23336C is #DCCC93. Grayscale: #343434. Windows color (decimal): -14470292 or 7090979. OLE color: 7090979.
HSL color Cylindrical-coordinate representation of color #23336C: hue angle of 226.85º 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 #23336C is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 51 | 108 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.58 |
| HSL | 226.85º | 0.51% | 0.28% | - |
| HSV(B) | 226.85º | 0.68% | 0.42% | - |
| XYZ | 4.58 | 3.81 | 14.68 | - |
| YUV | 52.71 | 159.2 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 108 | 0.68 | 0.53 | 0 | 0.58 | 226.85 | 0.51 | 0.28 |
| Hex | 23 | 33 | 6C | 44 | 35 | 0 | 3A | E3 | 33 | 1C |
| Octal | 43 | 63 | 154 | 104 | 65 | 0 | 72 | 343 | 63 | 34 |
| Binary | 100011 | 110011 | 1101100 | 1000100 | 110101 | 0 | 111010 | 11100011 | 110011 | 11100 |
Color Harmonies of #23336C
Complementary color
Monochromatic Colors of #23336C
Black with #23336C
Text Example
Text Example
White with #23336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23336C; }
p { color: rgb(35,51,108); }
H1.HeaderClassName
{
color: #23336C;
}
.AnyTagClassName
{
color: #23336C;
}
</style>
background-color css
<style>
a { background-color: #23336C; }
a { background-color: rgb(35,51,108); }
div.DivClassName
{
background-color: #23336C;
}
.BgClassName
{
background-color: #23336C;
}
</style>
border-color css
<style>
span { border-color: #23336C; }
span { border-color: rgb(35,51,108); }
td.TdClassName
{
border-color: #23336C;
}
.TagClassName
{
border-color: #23336C;
}
</style>