Shades of Resolution Blue #233A74
Tints of Resolution Blue #233A74
RGB
CMYK
RGB Variations
Color information
#233A74 (or 0x233A74) is known color: Resolution Blue. HEX triplet: 23, 3A and 74. RGB value is (35,58,116). Sum of RGB (Red+Green+Blue) = 35+58+116=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #233A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A74 is #DCC58B. Grayscale: #393939. Windows color (decimal): -14468492 or 7617059. OLE color: 7617059.
HSL color Cylindrical-coordinate representation of color #233A74: hue angle of 222.96º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #233A74 is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 58 | 116 | - |
| CMYK | 0.70 | 0.5 | 0 | 0.55 |
| HSL | 222.96º | 0.54% | 0.3% | - |
| HSV(B) | 222.96º | 0.7% | 0.45% | - |
| XYZ | 5.36 | 4.64 | 17.14 | - |
| YUV | 57.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 116 | 0.70 | 0.5 | 0 | 0.55 | 222.96 | 0.54 | 0.3 |
| Hex | 23 | 3A | 74 | 46 | 32 | 0 | 37 | DF | 36 | 1E |
| Octal | 43 | 72 | 164 | 106 | 62 | 0 | 67 | 337 | 66 | 36 |
| Binary | 100011 | 111010 | 1110100 | 1000110 | 110010 | 0 | 110111 | 11011111 | 110110 | 11110 |
Color Harmonies of #233A74
Complementary color
Monochromatic Colors of #233A74
Black with #233A74
Text Example
Text Example
White with #233A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A74; }
p { color: rgb(35,58,116); }
H1.HeaderClassName
{
color: #233A74;
}
.AnyTagClassName
{
color: #233A74;
}
</style>
background-color css
<style>
a { background-color: #233A74; }
a { background-color: rgb(35,58,116); }
div.DivClassName
{
background-color: #233A74;
}
.BgClassName
{
background-color: #233A74;
}
</style>
border-color css
<style>
span { border-color: #233A74; }
span { border-color: rgb(35,58,116); }
td.TdClassName
{
border-color: #233A74;
}
.TagClassName
{
border-color: #233A74;
}
</style>