Shades of Resolution Blue #233F87
Tints of Resolution Blue #233F87
RGB
CMYK
RGB Variations
Color information
#233F87 (or 0x233F87) is known color: Resolution Blue. HEX triplet: 23, 3F and 87. RGB value is (35,63,135). Sum of RGB (Red+Green+Blue) = 35+63+135=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #233F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233F87 is #DCC078. Grayscale: #3E3E3E. Windows color (decimal): -14467193 or 8863523. OLE color: 8863523.
HSL color Cylindrical-coordinate representation of color #233F87: hue angle of 223.2º 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 #233F87 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 63 | 135 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.47 |
| HSL | 223.2º | 0.59% | 0.33% | - |
| HSV(B) | 223.2º | 0.74% | 0.53% | - |
| XYZ | 6.84 | 5.66 | 23.65 | - |
| YUV | 62.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 135 | 0.74 | 0.53 | 0 | 0.47 | 223.2 | 0.59 | 0.33 |
| Hex | 23 | 3F | 87 | 4A | 35 | 0 | 2F | DF | 3B | 21 |
| Octal | 43 | 77 | 207 | 112 | 65 | 0 | 57 | 337 | 73 | 41 |
| Binary | 100011 | 111111 | 10000111 | 1001010 | 110101 | 0 | 101111 | 11011111 | 111011 | 100001 |
Color Harmonies of #233F87
Complementary color
Monochromatic Colors of #233F87
Black with #233F87
Text Example
Text Example
White with #233F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F87; }
p { color: rgb(35,63,135); }
H1.HeaderClassName
{
color: #233F87;
}
.AnyTagClassName
{
color: #233F87;
}
</style>
background-color css
<style>
a { background-color: #233F87; }
a { background-color: rgb(35,63,135); }
div.DivClassName
{
background-color: #233F87;
}
.BgClassName
{
background-color: #233F87;
}
</style>
border-color css
<style>
span { border-color: #233F87; }
span { border-color: rgb(35,63,135); }
td.TdClassName
{
border-color: #233F87;
}
.TagClassName
{
border-color: #233F87;
}
</style>