Shades of Resolution Blue #23318D
Tints of Resolution Blue #23318D
RGB
CMYK
RGB Variations
Color information
#23318D (or 0x23318D) is known color: Resolution Blue. HEX triplet: 23, 31 and 8D. RGB value is (35,49,141). Sum of RGB (Red+Green+Blue) = 35+49+141=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #23318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23318D is #DCCE72. Grayscale: #363636. Windows color (decimal): -14470771 or 9253155. OLE color: 9253155.
HSL color Cylindrical-coordinate representation of color #23318D: hue angle of 232.08º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23318D is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 49 | 141 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.45 |
| HSL | 232.08º | 0.6% | 0.35% | - |
| HSV(B) | 232.08º | 0.75% | 0.55% | - |
| XYZ | 6.6 | 4.48 | 25.72 | - |
| YUV | 55.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 141 | 0.75 | 0.65 | 0 | 0.45 | 232.08 | 0.6 | 0.35 |
| Hex | 23 | 31 | 8D | 4B | 41 | 0 | 2D | E8 | 3C | 23 |
| Octal | 43 | 61 | 215 | 113 | 101 | 0 | 55 | 350 | 74 | 43 |
| Binary | 100011 | 110001 | 10001101 | 1001011 | 1000001 | 0 | 101101 | 11101000 | 111100 | 100011 |
Color Harmonies of #23318D
Complementary color
Monochromatic Colors of #23318D
Black with #23318D
Text Example
Text Example
White with #23318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23318D; }
p { color: rgb(35,49,141); }
H1.HeaderClassName
{
color: #23318D;
}
.AnyTagClassName
{
color: #23318D;
}
</style>
background-color css
<style>
a { background-color: #23318D; }
a { background-color: rgb(35,49,141); }
div.DivClassName
{
background-color: #23318D;
}
.BgClassName
{
background-color: #23318D;
}
</style>
border-color css
<style>
span { border-color: #23318D; }
span { border-color: rgb(35,49,141); }
td.TdClassName
{
border-color: #23318D;
}
.TagClassName
{
border-color: #23318D;
}
</style>