Shades of Resolution Blue #233C70
Tints of Resolution Blue #233C70
RGB
CMYK
RGB Variations
Color information
#233C70 (or 0x233C70) is known color: Resolution Blue. HEX triplet: 23, 3C and 70. RGB value is (35,60,112). Sum of RGB (Red+Green+Blue) = 35+60+112=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #233C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C70 is #DCC38F. Grayscale: #3A3A3A. Windows color (decimal): -14467984 or 7355427. OLE color: 7355427.
HSL color Cylindrical-coordinate representation of color #233C70: hue angle of 220.52º 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 #233C70 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 60 | 112 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.56 |
| HSL | 220.52º | 0.52% | 0.29% | - |
| HSV(B) | 220.52º | 0.69% | 0.44% | - |
| XYZ | 5.23 | 4.76 | 15.97 | - |
| YUV | 58.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 112 | 0.69 | 0.46 | 0 | 0.56 | 220.52 | 0.52 | 0.29 |
| Hex | 23 | 3C | 70 | 45 | 2E | 0 | 38 | DD | 34 | 1D |
| Octal | 43 | 74 | 160 | 105 | 56 | 0 | 70 | 335 | 64 | 35 |
| Binary | 100011 | 111100 | 1110000 | 1000101 | 101110 | 0 | 111000 | 11011101 | 110100 | 11101 |
Color Harmonies of #233C70
Complementary color
Monochromatic Colors of #233C70
Black with #233C70
Text Example
Text Example
White with #233C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C70; }
p { color: rgb(35,60,112); }
H1.HeaderClassName
{
color: #233C70;
}
.AnyTagClassName
{
color: #233C70;
}
</style>
background-color css
<style>
a { background-color: #233C70; }
a { background-color: rgb(35,60,112); }
div.DivClassName
{
background-color: #233C70;
}
.BgClassName
{
background-color: #233C70;
}
</style>
border-color css
<style>
span { border-color: #233C70; }
span { border-color: rgb(35,60,112); }
td.TdClassName
{
border-color: #233C70;
}
.TagClassName
{
border-color: #233C70;
}
</style>