Shades of Resolution Blue #232F81
Tints of Resolution Blue #232F81
RGB
CMYK
RGB Variations
Color information
#232F81 (or 0x232F81) is known color: Resolution Blue. HEX triplet: 23, 2F and 81. RGB value is (35,47,129). Sum of RGB (Red+Green+Blue) = 35+47+129=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #232F81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F81 is #DCD07E. Grayscale: #343434. Windows color (decimal): -14471295 or 8466211. OLE color: 8466211.
HSL color Cylindrical-coordinate representation of color #232F81: hue angle of 232.34º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232F81 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 47 | 129 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.49 |
| HSL | 232.34º | 0.57% | 0.32% | - |
| HSV(B) | 232.34º | 0.73% | 0.51% | - |
| XYZ | 5.67 | 3.98 | 21.24 | - |
| YUV | 52.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 129 | 0.73 | 0.64 | 0 | 0.49 | 232.34 | 0.57 | 0.32 |
| Hex | 23 | 2F | 81 | 49 | 40 | 0 | 31 | E8 | 39 | 20 |
| Octal | 43 | 57 | 201 | 111 | 100 | 0 | 61 | 350 | 71 | 40 |
| Binary | 100011 | 101111 | 10000001 | 1001001 | 1000000 | 0 | 110001 | 11101000 | 111001 | 100000 |
Color Harmonies of #232F81
Complementary color
Monochromatic Colors of #232F81
Black with #232F81
Text Example
Text Example
White with #232F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F81; }
p { color: rgb(35,47,129); }
H1.HeaderClassName
{
color: #232F81;
}
.AnyTagClassName
{
color: #232F81;
}
</style>
background-color css
<style>
a { background-color: #232F81; }
a { background-color: rgb(35,47,129); }
div.DivClassName
{
background-color: #232F81;
}
.BgClassName
{
background-color: #232F81;
}
</style>
border-color css
<style>
span { border-color: #232F81; }
span { border-color: rgb(35,47,129); }
td.TdClassName
{
border-color: #232F81;
}
.TagClassName
{
border-color: #232F81;
}
</style>