Shades of Resolution Blue #233D87
Tints of Resolution Blue #233D87
RGB
CMYK
RGB Variations
Color information
#233D87 (or 0x233D87) is known color: Resolution Blue. HEX triplet: 23, 3D and 87. RGB value is (35,61,135). Sum of RGB (Red+Green+Blue) = 35+61+135=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #233D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233D87 is #DCC278. Grayscale: #3D3D3D. Windows color (decimal): -14467705 or 8863011. OLE color: 8863011.
HSL color Cylindrical-coordinate representation of color #233D87: hue angle of 224.4º 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 #233D87 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 61 | 135 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.47 |
| HSL | 224.4º | 0.59% | 0.33% | - |
| HSV(B) | 224.4º | 0.74% | 0.53% | - |
| XYZ | 6.74 | 5.44 | 23.62 | - |
| YUV | 61.66 | 169.39 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 135 | 0.74 | 0.55 | 0 | 0.47 | 224.4 | 0.59 | 0.33 |
| Hex | 23 | 3D | 87 | 4A | 37 | 0 | 2F | E0 | 3B | 21 |
| Octal | 43 | 75 | 207 | 112 | 67 | 0 | 57 | 340 | 73 | 41 |
| Binary | 100011 | 111101 | 10000111 | 1001010 | 110111 | 0 | 101111 | 11100000 | 111011 | 100001 |
Color Harmonies of #233D87
Complementary color
Monochromatic Colors of #233D87
Black with #233D87
Text Example
Text Example
White with #233D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D87; }
p { color: rgb(35,61,135); }
H1.HeaderClassName
{
color: #233D87;
}
.AnyTagClassName
{
color: #233D87;
}
</style>
background-color css
<style>
a { background-color: #233D87; }
a { background-color: rgb(35,61,135); }
div.DivClassName
{
background-color: #233D87;
}
.BgClassName
{
background-color: #233D87;
}
</style>
border-color css
<style>
span { border-color: #233D87; }
span { border-color: rgb(35,61,135); }
td.TdClassName
{
border-color: #233D87;
}
.TagClassName
{
border-color: #233D87;
}
</style>