Shades of Resolution Blue #233486
Tints of Resolution Blue #233486
RGB
CMYK
RGB Variations
Color information
#233486 (or 0x233486) is known color: Resolution Blue. HEX triplet: 23, 34 and 86. RGB value is (35,52,134). Sum of RGB (Red+Green+Blue) = 35+52+134=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #233486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233486 is #DCCB79. Grayscale: #373737. Windows color (decimal): -14470010 or 8795171. OLE color: 8795171.
HSL color Cylindrical-coordinate representation of color #233486: hue angle of 229.7º 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 #233486 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 52 | 134 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.47 |
| HSL | 229.7º | 0.59% | 0.33% | - |
| HSV(B) | 229.7º | 0.74% | 0.53% | - |
| XYZ | 6.22 | 4.53 | 23.1 | - |
| YUV | 56.27 | 171.87 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 134 | 0.74 | 0.61 | 0 | 0.47 | 229.7 | 0.59 | 0.33 |
| Hex | 23 | 34 | 86 | 4A | 3D | 0 | 2F | E6 | 3B | 21 |
| Octal | 43 | 64 | 206 | 112 | 75 | 0 | 57 | 346 | 73 | 41 |
| Binary | 100011 | 110100 | 10000110 | 1001010 | 111101 | 0 | 101111 | 11100110 | 111011 | 100001 |
Color Harmonies of #233486
Complementary color
Monochromatic Colors of #233486
Black with #233486
Text Example
Text Example
White with #233486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233486; }
p { color: rgb(35,52,134); }
H1.HeaderClassName
{
color: #233486;
}
.AnyTagClassName
{
color: #233486;
}
</style>
background-color css
<style>
a { background-color: #233486; }
a { background-color: rgb(35,52,134); }
div.DivClassName
{
background-color: #233486;
}
.BgClassName
{
background-color: #233486;
}
</style>
border-color css
<style>
span { border-color: #233486; }
span { border-color: rgb(35,52,134); }
td.TdClassName
{
border-color: #233486;
}
.TagClassName
{
border-color: #233486;
}
</style>