Shades of Resolution Blue #232F7A
Tints of Resolution Blue #232F7A
RGB
CMYK
RGB Variations
Color information
#232F7A (or 0x232F7A) is known color: Resolution Blue. HEX triplet: 23, 2F and 7A. RGB value is (35,47,122). Sum of RGB (Red+Green+Blue) = 35+47+122=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #232F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F7A is #DCD085. Grayscale: #333333. Windows color (decimal): -14471302 or 8007459. OLE color: 8007459.
HSL color Cylindrical-coordinate representation of color #232F7A: hue angle of 231.72º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232F7A is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 47 | 122 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.52 |
| HSL | 231.72º | 0.55% | 0.31% | - |
| HSV(B) | 231.72º | 0.71% | 0.48% | - |
| XYZ | 5.22 | 3.8 | 18.87 | - |
| YUV | 51.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 122 | 0.71 | 0.61 | 0 | 0.52 | 231.72 | 0.55 | 0.31 |
| Hex | 23 | 2F | 7A | 47 | 3D | 0 | 34 | E8 | 37 | 1F |
| Octal | 43 | 57 | 172 | 107 | 75 | 0 | 64 | 350 | 67 | 37 |
| Binary | 100011 | 101111 | 1111010 | 1000111 | 111101 | 0 | 110100 | 11101000 | 110111 | 11111 |
Color Harmonies of #232F7A
Complementary color
Monochromatic Colors of #232F7A
Black with #232F7A
Text Example
Text Example
White with #232F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F7A; }
p { color: rgb(35,47,122); }
H1.HeaderClassName
{
color: #232F7A;
}
.AnyTagClassName
{
color: #232F7A;
}
</style>
background-color css
<style>
a { background-color: #232F7A; }
a { background-color: rgb(35,47,122); }
div.DivClassName
{
background-color: #232F7A;
}
.BgClassName
{
background-color: #232F7A;
}
</style>
border-color css
<style>
span { border-color: #232F7A; }
span { border-color: rgb(35,47,122); }
td.TdClassName
{
border-color: #232F7A;
}
.TagClassName
{
border-color: #232F7A;
}
</style>