Shades of Resolution Blue #233F70
Tints of Resolution Blue #233F70
RGB
CMYK
RGB Variations
Color information
#233F70 (or 0x233F70) is known color: Resolution Blue. HEX triplet: 23, 3F and 70. RGB value is (35,63,112). Sum of RGB (Red+Green+Blue) = 35+63+112=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #233F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F70 is #DCC08F. Grayscale: #3B3B3B. Windows color (decimal): -14467216 or 7356195. OLE color: 7356195.
HSL color Cylindrical-coordinate representation of color #233F70: hue angle of 218.18º 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 #233F70 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 63 | 112 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.56 |
| HSL | 218.18º | 0.52% | 0.29% | - |
| HSV(B) | 218.18º | 0.69% | 0.44% | - |
| XYZ | 5.4 | 5.08 | 16.03 | - |
| YUV | 60.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 112 | 0.69 | 0.44 | 0 | 0.56 | 218.18 | 0.52 | 0.29 |
| Hex | 23 | 3F | 70 | 45 | 2C | 0 | 38 | DA | 34 | 1D |
| Octal | 43 | 77 | 160 | 105 | 54 | 0 | 70 | 332 | 64 | 35 |
| Binary | 100011 | 111111 | 1110000 | 1000101 | 101100 | 0 | 111000 | 11011010 | 110100 | 11101 |
Color Harmonies of #233F70
Complementary color
Monochromatic Colors of #233F70
Black with #233F70
Text Example
Text Example
White with #233F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F70; }
p { color: rgb(35,63,112); }
H1.HeaderClassName
{
color: #233F70;
}
.AnyTagClassName
{
color: #233F70;
}
</style>
background-color css
<style>
a { background-color: #233F70; }
a { background-color: rgb(35,63,112); }
div.DivClassName
{
background-color: #233F70;
}
.BgClassName
{
background-color: #233F70;
}
</style>
border-color css
<style>
span { border-color: #233F70; }
span { border-color: rgb(35,63,112); }
td.TdClassName
{
border-color: #233F70;
}
.TagClassName
{
border-color: #233F70;
}
</style>