Shades of Resolution Blue #23358B
Tints of Resolution Blue #23358B
RGB
CMYK
RGB Variations
Color information
#23358B (or 0x23358B) is known color: Resolution Blue. HEX triplet: 23, 35 and 8B. RGB value is (35,53,139). Sum of RGB (Red+Green+Blue) = 35+53+139=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #23358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23358B is #DCCA74. Grayscale: #393939. Windows color (decimal): -14469749 or 9123107. OLE color: 9123107.
HSL color Cylindrical-coordinate representation of color #23358B: hue angle of 229.62º 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 #23358B is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 53 | 139 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.45 |
| HSL | 229.62º | 0.6% | 0.34% | - |
| HSV(B) | 229.62º | 0.75% | 0.55% | - |
| XYZ | 6.63 | 4.77 | 25 | - |
| YUV | 57.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 139 | 0.75 | 0.62 | 0 | 0.45 | 229.62 | 0.6 | 0.34 |
| Hex | 23 | 35 | 8B | 4B | 3E | 0 | 2D | E6 | 3C | 22 |
| Octal | 43 | 65 | 213 | 113 | 76 | 0 | 55 | 346 | 74 | 42 |
| Binary | 100011 | 110101 | 10001011 | 1001011 | 111110 | 0 | 101101 | 11100110 | 111100 | 100010 |
Color Harmonies of #23358B
Complementary color
Monochromatic Colors of #23358B
Black with #23358B
Text Example
Text Example
White with #23358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23358B; }
p { color: rgb(35,53,139); }
H1.HeaderClassName
{
color: #23358B;
}
.AnyTagClassName
{
color: #23358B;
}
</style>
background-color css
<style>
a { background-color: #23358B; }
a { background-color: rgb(35,53,139); }
div.DivClassName
{
background-color: #23358B;
}
.BgClassName
{
background-color: #23358B;
}
</style>
border-color css
<style>
span { border-color: #23358B; }
span { border-color: rgb(35,53,139); }
td.TdClassName
{
border-color: #23358B;
}
.TagClassName
{
border-color: #23358B;
}
</style>