Shades of Resolution Blue #232F70
Tints of Resolution Blue #232F70
RGB
CMYK
RGB Variations
Color information
#232F70 (or 0x232F70) is known color: Resolution Blue. HEX triplet: 23, 2F and 70. RGB value is (35,47,112). Sum of RGB (Red+Green+Blue) = 35+47+112=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #232F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F70 is #DCD08F. Grayscale: #323232. Windows color (decimal): -14471312 or 7352099. OLE color: 7352099.
HSL color Cylindrical-coordinate representation of color #232F70: hue angle of 230.65º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #232F70 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 47 | 112 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.56 |
| HSL | 230.65º | 0.52% | 0.29% | - |
| HSV(B) | 230.65º | 0.69% | 0.44% | - |
| XYZ | 4.63 | 3.56 | 15.77 | - |
| YUV | 50.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 112 | 0.69 | 0.58 | 0 | 0.56 | 230.65 | 0.52 | 0.29 |
| Hex | 23 | 2F | 70 | 45 | 3A | 0 | 38 | E7 | 34 | 1D |
| Octal | 43 | 57 | 160 | 105 | 72 | 0 | 70 | 347 | 64 | 35 |
| Binary | 100011 | 101111 | 1110000 | 1000101 | 111010 | 0 | 111000 | 11100111 | 110100 | 11101 |
Color Harmonies of #232F70
Complementary color
Monochromatic Colors of #232F70
Black with #232F70
Text Example
Text Example
White with #232F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F70; }
p { color: rgb(35,47,112); }
H1.HeaderClassName
{
color: #232F70;
}
.AnyTagClassName
{
color: #232F70;
}
</style>
background-color css
<style>
a { background-color: #232F70; }
a { background-color: rgb(35,47,112); }
div.DivClassName
{
background-color: #232F70;
}
.BgClassName
{
background-color: #232F70;
}
</style>
border-color css
<style>
span { border-color: #232F70; }
span { border-color: rgb(35,47,112); }
td.TdClassName
{
border-color: #232F70;
}
.TagClassName
{
border-color: #232F70;
}
</style>