Shades of Resolution Blue #233A77
Tints of Resolution Blue #233A77
RGB
CMYK
RGB Variations
Color information
#233A77 (or 0x233A77) is known color: Resolution Blue. HEX triplet: 23, 3A and 77. RGB value is (35,58,119). Sum of RGB (Red+Green+Blue) = 35+58+119=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #233A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A77 is #DCC588. Grayscale: #393939. Windows color (decimal): -14468489 or 7813667. OLE color: 7813667.
HSL color Cylindrical-coordinate representation of color #233A77: hue angle of 223.57º 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 #233A77 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 58 | 119 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.53 |
| HSL | 223.57º | 0.55% | 0.3% | - |
| HSV(B) | 223.57º | 0.71% | 0.47% | - |
| XYZ | 5.54 | 4.72 | 18.07 | - |
| YUV | 58.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 119 | 0.71 | 0.51 | 0 | 0.53 | 223.57 | 0.55 | 0.3 |
| Hex | 23 | 3A | 77 | 47 | 33 | 0 | 35 | E0 | 37 | 1E |
| Octal | 43 | 72 | 167 | 107 | 63 | 0 | 65 | 340 | 67 | 36 |
| Binary | 100011 | 111010 | 1110111 | 1000111 | 110011 | 0 | 110101 | 11100000 | 110111 | 11110 |
Color Harmonies of #233A77
Complementary color
Monochromatic Colors of #233A77
Black with #233A77
Text Example
Text Example
White with #233A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A77; }
p { color: rgb(35,58,119); }
H1.HeaderClassName
{
color: #233A77;
}
.AnyTagClassName
{
color: #233A77;
}
</style>
background-color css
<style>
a { background-color: #233A77; }
a { background-color: rgb(35,58,119); }
div.DivClassName
{
background-color: #233A77;
}
.BgClassName
{
background-color: #233A77;
}
</style>
border-color css
<style>
span { border-color: #233A77; }
span { border-color: rgb(35,58,119); }
td.TdClassName
{
border-color: #233A77;
}
.TagClassName
{
border-color: #233A77;
}
</style>