Shades of Resolution Blue #232F84
Tints of Resolution Blue #232F84
RGB
CMYK
RGB Variations
Color information
#232F84 (or 0x232F84) is known color: Resolution Blue. HEX triplet: 23, 2F and 84. RGB value is (35,47,132). Sum of RGB (Red+Green+Blue) = 35+47+132=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #232F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F84 is #DCD07B. Grayscale: #343434. Windows color (decimal): -14471292 or 8662819. OLE color: 8662819.
HSL color Cylindrical-coordinate representation of color #232F84: hue angle of 232.58º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232F84 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 47 | 132 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.48 |
| HSL | 232.58º | 0.58% | 0.33% | - |
| HSV(B) | 232.58º | 0.73% | 0.52% | - |
| XYZ | 5.87 | 4.06 | 22.3 | - |
| YUV | 53.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 132 | 0.73 | 0.64 | 0 | 0.48 | 232.58 | 0.58 | 0.33 |
| Hex | 23 | 2F | 84 | 49 | 40 | 0 | 30 | E9 | 3A | 21 |
| Octal | 43 | 57 | 204 | 111 | 100 | 0 | 60 | 351 | 72 | 41 |
| Binary | 100011 | 101111 | 10000100 | 1001001 | 1000000 | 0 | 110000 | 11101001 | 111010 | 100001 |
Color Harmonies of #232F84
Complementary color
Monochromatic Colors of #232F84
Black with #232F84
Text Example
Text Example
White with #232F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F84; }
p { color: rgb(35,47,132); }
H1.HeaderClassName
{
color: #232F84;
}
.AnyTagClassName
{
color: #232F84;
}
</style>
background-color css
<style>
a { background-color: #232F84; }
a { background-color: rgb(35,47,132); }
div.DivClassName
{
background-color: #232F84;
}
.BgClassName
{
background-color: #232F84;
}
</style>
border-color css
<style>
span { border-color: #232F84; }
span { border-color: rgb(35,47,132); }
td.TdClassName
{
border-color: #232F84;
}
.TagClassName
{
border-color: #232F84;
}
</style>