Shades of Resolution Blue #233A78
Tints of Resolution Blue #233A78
RGB
CMYK
RGB Variations
Color information
#233A78 (or 0x233A78) is known color: Resolution Blue. HEX triplet: 23, 3A and 78. RGB value is (35,58,120). Sum of RGB (Red+Green+Blue) = 35+58+120=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #233A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A78 is #DCC587. Grayscale: #393939. Windows color (decimal): -14468488 or 7879203. OLE color: 7879203.
HSL color Cylindrical-coordinate representation of color #233A78: hue angle of 223.76º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #233A78 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 58 | 120 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.53 |
| HSL | 223.76º | 0.55% | 0.3% | - |
| HSV(B) | 223.76º | 0.71% | 0.47% | - |
| XYZ | 5.6 | 4.74 | 18.39 | - |
| YUV | 58.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 120 | 0.71 | 0.52 | 0 | 0.53 | 223.76 | 0.55 | 0.3 |
| Hex | 23 | 3A | 78 | 47 | 34 | 0 | 35 | E0 | 37 | 1E |
| Octal | 43 | 72 | 170 | 107 | 64 | 0 | 65 | 340 | 67 | 36 |
| Binary | 100011 | 111010 | 1111000 | 1000111 | 110100 | 0 | 110101 | 11100000 | 110111 | 11110 |
Color Harmonies of #233A78
Complementary color
Monochromatic Colors of #233A78
Black with #233A78
Text Example
Text Example
White with #233A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A78; }
p { color: rgb(35,58,120); }
H1.HeaderClassName
{
color: #233A78;
}
.AnyTagClassName
{
color: #233A78;
}
</style>
background-color css
<style>
a { background-color: #233A78; }
a { background-color: rgb(35,58,120); }
div.DivClassName
{
background-color: #233A78;
}
.BgClassName
{
background-color: #233A78;
}
</style>
border-color css
<style>
span { border-color: #233A78; }
span { border-color: rgb(35,58,120); }
td.TdClassName
{
border-color: #233A78;
}
.TagClassName
{
border-color: #233A78;
}
</style>