Shades of Resolution Blue #23328B
Tints of Resolution Blue #23328B
RGB
CMYK
RGB Variations
Color information
#23328B (or 0x23328B) is known color: Resolution Blue. HEX triplet: 23, 32 and 8B. RGB value is (35,50,139). Sum of RGB (Red+Green+Blue) = 35+50+139=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #23328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23328B is #DCCD74. Grayscale: #373737. Windows color (decimal): -14470517 or 9122339. OLE color: 9122339.
HSL color Cylindrical-coordinate representation of color #23328B: hue angle of 231.35º 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 #23328B is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 50 | 139 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.45 |
| HSL | 231.35º | 0.6% | 0.34% | - |
| HSV(B) | 231.35º | 0.75% | 0.55% | - |
| XYZ | 6.49 | 4.5 | 24.95 | - |
| YUV | 55.66 | 175.03 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 139 | 0.75 | 0.64 | 0 | 0.45 | 231.35 | 0.6 | 0.34 |
| Hex | 23 | 32 | 8B | 4B | 40 | 0 | 2D | E7 | 3C | 22 |
| Octal | 43 | 62 | 213 | 113 | 100 | 0 | 55 | 347 | 74 | 42 |
| Binary | 100011 | 110010 | 10001011 | 1001011 | 1000000 | 0 | 101101 | 11100111 | 111100 | 100010 |
Color Harmonies of #23328B
Complementary color
Monochromatic Colors of #23328B
Black with #23328B
Text Example
Text Example
White with #23328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23328B; }
p { color: rgb(35,50,139); }
H1.HeaderClassName
{
color: #23328B;
}
.AnyTagClassName
{
color: #23328B;
}
</style>
background-color css
<style>
a { background-color: #23328B; }
a { background-color: rgb(35,50,139); }
div.DivClassName
{
background-color: #23328B;
}
.BgClassName
{
background-color: #23328B;
}
</style>
border-color css
<style>
span { border-color: #23328B; }
span { border-color: rgb(35,50,139); }
td.TdClassName
{
border-color: #23328B;
}
.TagClassName
{
border-color: #23328B;
}
</style>