Shades of Resolution Blue #23388B
Tints of Resolution Blue #23388B
RGB
CMYK
RGB Variations
Color information
#23388B (or 0x23388B) is known color: Resolution Blue. HEX triplet: 23, 38 and 8B. RGB value is (35,56,139). Sum of RGB (Red+Green+Blue) = 35+56+139=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #23388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23388B is #DCC774. Grayscale: #3A3A3A. Windows color (decimal): -14468981 or 9123875. OLE color: 9123875.
HSL color Cylindrical-coordinate representation of color #23388B: hue angle of 227.88º 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 #23388B is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 56 | 139 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.45 |
| HSL | 227.88º | 0.6% | 0.34% | - |
| HSV(B) | 227.88º | 0.75% | 0.55% | - |
| XYZ | 6.77 | 5.05 | 25.04 | - |
| YUV | 59.18 | 173.04 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 139 | 0.75 | 0.60 | 0 | 0.45 | 227.88 | 0.6 | 0.34 |
| Hex | 23 | 38 | 8B | 4B | 3C | 0 | 2D | E4 | 3C | 22 |
| Octal | 43 | 70 | 213 | 113 | 74 | 0 | 55 | 344 | 74 | 42 |
| Binary | 100011 | 111000 | 10001011 | 1001011 | 111100 | 0 | 101101 | 11100100 | 111100 | 100010 |
Color Harmonies of #23388B
Complementary color
Monochromatic Colors of #23388B
Black with #23388B
Text Example
Text Example
White with #23388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23388B; }
p { color: rgb(35,56,139); }
H1.HeaderClassName
{
color: #23388B;
}
.AnyTagClassName
{
color: #23388B;
}
</style>
background-color css
<style>
a { background-color: #23388B; }
a { background-color: rgb(35,56,139); }
div.DivClassName
{
background-color: #23388B;
}
.BgClassName
{
background-color: #23388B;
}
</style>
border-color css
<style>
span { border-color: #23388B; }
span { border-color: rgb(35,56,139); }
td.TdClassName
{
border-color: #23388B;
}
.TagClassName
{
border-color: #23388B;
}
</style>