Shades of Resolution Blue #23318B
Tints of Resolution Blue #23318B
RGB
CMYK
RGB Variations
Color information
#23318B (or 0x23318B) is known color: Resolution Blue. HEX triplet: 23, 31 and 8B. RGB value is (35,49,139). Sum of RGB (Red+Green+Blue) = 35+49+139=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #23318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23318B is #DCCE74. Grayscale: #363636. Windows color (decimal): -14470773 or 9122083. OLE color: 9122083.
HSL color Cylindrical-coordinate representation of color #23318B: hue angle of 231.92º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23318B is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 49 | 139 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.45 |
| HSL | 231.92º | 0.6% | 0.34% | - |
| HSV(B) | 231.92º | 0.75% | 0.55% | - |
| XYZ | 6.45 | 4.42 | 24.94 | - |
| YUV | 55.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 139 | 0.75 | 0.65 | 0 | 0.45 | 231.92 | 0.6 | 0.34 |
| Hex | 23 | 31 | 8B | 4B | 41 | 0 | 2D | E8 | 3C | 22 |
| Octal | 43 | 61 | 213 | 113 | 101 | 0 | 55 | 350 | 74 | 42 |
| Binary | 100011 | 110001 | 10001011 | 1001011 | 1000001 | 0 | 101101 | 11101000 | 111100 | 100010 |
Color Harmonies of #23318B
Complementary color
Monochromatic Colors of #23318B
Black with #23318B
Text Example
Text Example
White with #23318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23318B; }
p { color: rgb(35,49,139); }
H1.HeaderClassName
{
color: #23318B;
}
.AnyTagClassName
{
color: #23318B;
}
</style>
background-color css
<style>
a { background-color: #23318B; }
a { background-color: rgb(35,49,139); }
div.DivClassName
{
background-color: #23318B;
}
.BgClassName
{
background-color: #23318B;
}
</style>
border-color css
<style>
span { border-color: #23318B; }
span { border-color: rgb(35,49,139); }
td.TdClassName
{
border-color: #23318B;
}
.TagClassName
{
border-color: #23318B;
}
</style>