Shades of Resolution Blue #232F7B
Tints of Resolution Blue #232F7B
RGB
CMYK
RGB Variations
Color information
#232F7B (or 0x232F7B) is known color: Resolution Blue. HEX triplet: 23, 2F and 7B. RGB value is (35,47,123). Sum of RGB (Red+Green+Blue) = 35+47+123=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #232F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F7B is #DCD084. Grayscale: #333333. Windows color (decimal): -14471301 or 8072995. OLE color: 8072995.
HSL color Cylindrical-coordinate representation of color #232F7B: hue angle of 231.82º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #232F7B is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 47 | 123 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.52 |
| HSL | 231.82º | 0.56% | 0.31% | - |
| HSV(B) | 231.82º | 0.72% | 0.48% | - |
| XYZ | 5.28 | 3.82 | 19.2 | - |
| YUV | 52.08 | 168.02 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 123 | 0.72 | 0.62 | 0 | 0.52 | 231.82 | 0.56 | 0.31 |
| Hex | 23 | 2F | 7B | 48 | 3E | 0 | 34 | E8 | 38 | 1F |
| Octal | 43 | 57 | 173 | 110 | 76 | 0 | 64 | 350 | 70 | 37 |
| Binary | 100011 | 101111 | 1111011 | 1001000 | 111110 | 0 | 110100 | 11101000 | 111000 | 11111 |
Color Harmonies of #232F7B
Complementary color
Monochromatic Colors of #232F7B
Black with #232F7B
Text Example
Text Example
White with #232F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F7B; }
p { color: rgb(35,47,123); }
H1.HeaderClassName
{
color: #232F7B;
}
.AnyTagClassName
{
color: #232F7B;
}
</style>
background-color css
<style>
a { background-color: #232F7B; }
a { background-color: rgb(35,47,123); }
div.DivClassName
{
background-color: #232F7B;
}
.BgClassName
{
background-color: #232F7B;
}
</style>
border-color css
<style>
span { border-color: #232F7B; }
span { border-color: rgb(35,47,123); }
td.TdClassName
{
border-color: #232F7B;
}
.TagClassName
{
border-color: #232F7B;
}
</style>