Shades of Resolution Blue #233C72
Tints of Resolution Blue #233C72
RGB
CMYK
RGB Variations
Color information
#233C72 (or 0x233C72) is known color: Resolution Blue. HEX triplet: 23, 3C and 72. RGB value is (35,60,114). Sum of RGB (Red+Green+Blue) = 35+60+114=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #233C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C72 is #DCC38D. Grayscale: #3A3A3A. Windows color (decimal): -14467982 or 7486499. OLE color: 7486499.
HSL color Cylindrical-coordinate representation of color #233C72: hue angle of 221.01º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #233C72 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 60 | 114 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.55 |
| HSL | 221.01º | 0.53% | 0.29% | - |
| HSV(B) | 221.01º | 0.69% | 0.45% | - |
| XYZ | 5.35 | 4.8 | 16.57 | - |
| YUV | 58.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 114 | 0.69 | 0.47 | 0 | 0.55 | 221.01 | 0.53 | 0.29 |
| Hex | 23 | 3C | 72 | 45 | 2F | 0 | 37 | DD | 35 | 1D |
| Octal | 43 | 74 | 162 | 105 | 57 | 0 | 67 | 335 | 65 | 35 |
| Binary | 100011 | 111100 | 1110010 | 1000101 | 101111 | 0 | 110111 | 11011101 | 110101 | 11101 |
Color Harmonies of #233C72
Complementary color
Monochromatic Colors of #233C72
Black with #233C72
Text Example
Text Example
White with #233C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C72; }
p { color: rgb(35,60,114); }
H1.HeaderClassName
{
color: #233C72;
}
.AnyTagClassName
{
color: #233C72;
}
</style>
background-color css
<style>
a { background-color: #233C72; }
a { background-color: rgb(35,60,114); }
div.DivClassName
{
background-color: #233C72;
}
.BgClassName
{
background-color: #233C72;
}
</style>
border-color css
<style>
span { border-color: #233C72; }
span { border-color: rgb(35,60,114); }
td.TdClassName
{
border-color: #233C72;
}
.TagClassName
{
border-color: #233C72;
}
</style>