Shades of Resolution Blue #23308B
Tints of Resolution Blue #23308B
RGB
CMYK
RGB Variations
Color information
#23308B (or 0x23308B) is known color: Resolution Blue. HEX triplet: 23, 30 and 8B. RGB value is (35,48,139). Sum of RGB (Red+Green+Blue) = 35+48+139=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #23308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23308B is #DCCF74. Grayscale: #363636. Windows color (decimal): -14471029 or 9121827. OLE color: 9121827.
HSL color Cylindrical-coordinate representation of color #23308B: hue angle of 232.5º 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 #23308B is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 48 | 139 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.45 |
| HSL | 232.5º | 0.6% | 0.34% | - |
| HSV(B) | 232.5º | 0.75% | 0.55% | - |
| XYZ | 6.41 | 4.34 | 24.93 | - |
| YUV | 54.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 139 | 0.75 | 0.65 | 0 | 0.45 | 232.5 | 0.6 | 0.34 |
| Hex | 23 | 30 | 8B | 4B | 41 | 0 | 2D | E8 | 3C | 22 |
| Octal | 43 | 60 | 213 | 113 | 101 | 0 | 55 | 350 | 74 | 42 |
| Binary | 100011 | 110000 | 10001011 | 1001011 | 1000001 | 0 | 101101 | 11101000 | 111100 | 100010 |
Color Harmonies of #23308B
Complementary color
Monochromatic Colors of #23308B
Black with #23308B
Text Example
Text Example
White with #23308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23308B; }
p { color: rgb(35,48,139); }
H1.HeaderClassName
{
color: #23308B;
}
.AnyTagClassName
{
color: #23308B;
}
</style>
background-color css
<style>
a { background-color: #23308B; }
a { background-color: rgb(35,48,139); }
div.DivClassName
{
background-color: #23308B;
}
.BgClassName
{
background-color: #23308B;
}
</style>
border-color css
<style>
span { border-color: #23308B; }
span { border-color: rgb(35,48,139); }
td.TdClassName
{
border-color: #23308B;
}
.TagClassName
{
border-color: #23308B;
}
</style>