Shades of Resolution Blue #23366E
Tints of Resolution Blue #23366E
RGB
CMYK
RGB Variations
Color information
#23366E (or 0x23366E) is known color: Resolution Blue. HEX triplet: 23, 36 and 6E. RGB value is (35,54,110). Sum of RGB (Red+Green+Blue) = 35+54+110=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #23366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23366E is #DCC991. Grayscale: #363636. Windows color (decimal): -14469522 or 7222819. OLE color: 7222819.
HSL color Cylindrical-coordinate representation of color #23366E: hue angle of 224.8º degrees, saturation: 0.52, 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 #23366E is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 54 | 110 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.57 |
| HSL | 224.8º | 0.52% | 0.28% | - |
| HSV(B) | 224.8º | 0.68% | 0.43% | - |
| XYZ | 4.83 | 4.12 | 15.29 | - |
| YUV | 54.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 110 | 0.68 | 0.51 | 0 | 0.57 | 224.8 | 0.52 | 0.28 |
| Hex | 23 | 36 | 6E | 44 | 33 | 0 | 39 | E1 | 34 | 1C |
| Octal | 43 | 66 | 156 | 104 | 63 | 0 | 71 | 341 | 64 | 34 |
| Binary | 100011 | 110110 | 1101110 | 1000100 | 110011 | 0 | 111001 | 11100001 | 110100 | 11100 |
Color Harmonies of #23366E
Complementary color
Monochromatic Colors of #23366E
Black with #23366E
Text Example
Text Example
White with #23366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23366E; }
p { color: rgb(35,54,110); }
H1.HeaderClassName
{
color: #23366E;
}
.AnyTagClassName
{
color: #23366E;
}
</style>
background-color css
<style>
a { background-color: #23366E; }
a { background-color: rgb(35,54,110); }
div.DivClassName
{
background-color: #23366E;
}
.BgClassName
{
background-color: #23366E;
}
</style>
border-color css
<style>
span { border-color: #23366E; }
span { border-color: rgb(35,54,110); }
td.TdClassName
{
border-color: #23366E;
}
.TagClassName
{
border-color: #23366E;
}
</style>