Shades of Resolution Blue #232F76
Tints of Resolution Blue #232F76
RGB
CMYK
RGB Variations
Color information
#232F76 (or 0x232F76) is known color: Resolution Blue. HEX triplet: 23, 2F and 76. RGB value is (35,47,118). Sum of RGB (Red+Green+Blue) = 35+47+118=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #232F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F76 is #DCD089. Grayscale: #333333. Windows color (decimal): -14471306 or 7745315. OLE color: 7745315.
HSL color Cylindrical-coordinate representation of color #232F76: hue angle of 231.33º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232F76 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 47 | 118 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.54 |
| HSL | 231.33º | 0.54% | 0.3% | - |
| HSV(B) | 231.33º | 0.7% | 0.46% | - |
| XYZ | 4.98 | 3.7 | 17.59 | - |
| YUV | 51.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 118 | 0.70 | 0.60 | 0 | 0.54 | 231.33 | 0.54 | 0.3 |
| Hex | 23 | 2F | 76 | 46 | 3C | 0 | 36 | E7 | 36 | 1E |
| Octal | 43 | 57 | 166 | 106 | 74 | 0 | 66 | 347 | 66 | 36 |
| Binary | 100011 | 101111 | 1110110 | 1000110 | 111100 | 0 | 110110 | 11100111 | 110110 | 11110 |
Color Harmonies of #232F76
Complementary color
Monochromatic Colors of #232F76
Black with #232F76
Text Example
Text Example
White with #232F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F76; }
p { color: rgb(35,47,118); }
H1.HeaderClassName
{
color: #232F76;
}
.AnyTagClassName
{
color: #232F76;
}
</style>
background-color css
<style>
a { background-color: #232F76; }
a { background-color: rgb(35,47,118); }
div.DivClassName
{
background-color: #232F76;
}
.BgClassName
{
background-color: #232F76;
}
</style>
border-color css
<style>
span { border-color: #232F76; }
span { border-color: rgb(35,47,118); }
td.TdClassName
{
border-color: #232F76;
}
.TagClassName
{
border-color: #232F76;
}
</style>