Shades of Resolution Blue #232F7F
Tints of Resolution Blue #232F7F
RGB
CMYK
RGB Variations
Color information
#232F7F (or 0x232F7F) is known color: Resolution Blue. HEX triplet: 23, 2F and 7F. RGB value is (35,47,127). Sum of RGB (Red+Green+Blue) = 35+47+127=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #232F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F7F is #DCD080. Grayscale: #343434. Windows color (decimal): -14471297 or 8335139. OLE color: 8335139.
HSL color Cylindrical-coordinate representation of color #232F7F: hue angle of 232.17º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #232F7F is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 47 | 127 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.50 |
| HSL | 232.17º | 0.57% | 0.32% | - |
| HSV(B) | 232.17º | 0.72% | 0.5% | - |
| XYZ | 5.54 | 3.92 | 20.54 | - |
| YUV | 52.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 127 | 0.72 | 0.63 | 0 | 0.50 | 232.17 | 0.57 | 0.32 |
| Hex | 23 | 2F | 7F | 48 | 3F | 0 | 32 | E8 | 39 | 20 |
| Octal | 43 | 57 | 177 | 110 | 77 | 0 | 62 | 350 | 71 | 40 |
| Binary | 100011 | 101111 | 1111111 | 1001000 | 111111 | 0 | 110010 | 11101000 | 111001 | 100000 |
Color Harmonies of #232F7F
Complementary color
Monochromatic Colors of #232F7F
Black with #232F7F
Text Example
Text Example
White with #232F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F7F; }
p { color: rgb(35,47,127); }
H1.HeaderClassName
{
color: #232F7F;
}
.AnyTagClassName
{
color: #232F7F;
}
</style>
background-color css
<style>
a { background-color: #232F7F; }
a { background-color: rgb(35,47,127); }
div.DivClassName
{
background-color: #232F7F;
}
.BgClassName
{
background-color: #232F7F;
}
</style>
border-color css
<style>
span { border-color: #232F7F; }
span { border-color: rgb(35,47,127); }
td.TdClassName
{
border-color: #232F7F;
}
.TagClassName
{
border-color: #232F7F;
}
</style>