Shades of Resolution Blue #233487
Tints of Resolution Blue #233487
RGB
CMYK
RGB Variations
Color information
#233487 (or 0x233487) is known color: Resolution Blue. HEX triplet: 23, 34 and 87. RGB value is (35,52,135). Sum of RGB (Red+Green+Blue) = 35+52+135=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #233487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233487 is #DCCB78. Grayscale: #383838. Windows color (decimal): -14470009 or 8860707. OLE color: 8860707.
HSL color Cylindrical-coordinate representation of color #233487: hue angle of 229.8º 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 #233487 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 52 | 135 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.47 |
| HSL | 229.8º | 0.59% | 0.33% | - |
| HSV(B) | 229.8º | 0.74% | 0.53% | - |
| XYZ | 6.29 | 4.56 | 23.47 | - |
| YUV | 56.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 135 | 0.74 | 0.61 | 0 | 0.47 | 229.8 | 0.59 | 0.33 |
| Hex | 23 | 34 | 87 | 4A | 3D | 0 | 2F | E6 | 3B | 21 |
| Octal | 43 | 64 | 207 | 112 | 75 | 0 | 57 | 346 | 73 | 41 |
| Binary | 100011 | 110100 | 10000111 | 1001010 | 111101 | 0 | 101111 | 11100110 | 111011 | 100001 |
Color Harmonies of #233487
Complementary color
Monochromatic Colors of #233487
Black with #233487
Text Example
Text Example
White with #233487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233487; }
p { color: rgb(35,52,135); }
H1.HeaderClassName
{
color: #233487;
}
.AnyTagClassName
{
color: #233487;
}
</style>
background-color css
<style>
a { background-color: #233487; }
a { background-color: rgb(35,52,135); }
div.DivClassName
{
background-color: #233487;
}
.BgClassName
{
background-color: #233487;
}
</style>
border-color css
<style>
span { border-color: #233487; }
span { border-color: rgb(35,52,135); }
td.TdClassName
{
border-color: #233487;
}
.TagClassName
{
border-color: #233487;
}
</style>