Shades of Resolution Blue #233A86
Tints of Resolution Blue #233A86
RGB
CMYK
RGB Variations
Color information
#233A86 (or 0x233A86) is known color: Resolution Blue. HEX triplet: 23, 3A and 86. RGB value is (35,58,134). Sum of RGB (Red+Green+Blue) = 35+58+134=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #233A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233A86 is #DCC579. Grayscale: #3B3B3B. Windows color (decimal): -14468474 or 8796707. OLE color: 8796707.
HSL color Cylindrical-coordinate representation of color #233A86: hue angle of 226.06º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233A86 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 58 | 134 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.47 |
| HSL | 226.06º | 0.59% | 0.33% | - |
| HSV(B) | 226.06º | 0.74% | 0.53% | - |
| XYZ | 6.51 | 5.1 | 23.2 | - |
| YUV | 59.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 134 | 0.74 | 0.57 | 0 | 0.47 | 226.06 | 0.59 | 0.33 |
| Hex | 23 | 3A | 86 | 4A | 39 | 0 | 2F | E2 | 3B | 21 |
| Octal | 43 | 72 | 206 | 112 | 71 | 0 | 57 | 342 | 73 | 41 |
| Binary | 100011 | 111010 | 10000110 | 1001010 | 111001 | 0 | 101111 | 11100010 | 111011 | 100001 |
Color Harmonies of #233A86
Complementary color
Monochromatic Colors of #233A86
Black with #233A86
Text Example
Text Example
White with #233A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A86; }
p { color: rgb(35,58,134); }
H1.HeaderClassName
{
color: #233A86;
}
.AnyTagClassName
{
color: #233A86;
}
</style>
background-color css
<style>
a { background-color: #233A86; }
a { background-color: rgb(35,58,134); }
div.DivClassName
{
background-color: #233A86;
}
.BgClassName
{
background-color: #233A86;
}
</style>
border-color css
<style>
span { border-color: #233A86; }
span { border-color: rgb(35,58,134); }
td.TdClassName
{
border-color: #233A86;
}
.TagClassName
{
border-color: #233A86;
}
</style>