Shades of Resolution Blue #233A7B
Tints of Resolution Blue #233A7B
RGB
CMYK
RGB Variations
Color information
#233A7B (or 0x233A7B) is known color: Resolution Blue. HEX triplet: 23, 3A and 7B. RGB value is (35,58,123). Sum of RGB (Red+Green+Blue) = 35+58+123=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #233A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A7B is #DCC584. Grayscale: #3A3A3A. Windows color (decimal): -14468485 or 8075811. OLE color: 8075811.
HSL color Cylindrical-coordinate representation of color #233A7B: hue angle of 224.32º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #233A7B is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 58 | 123 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.52 |
| HSL | 224.32º | 0.56% | 0.31% | - |
| HSV(B) | 224.32º | 0.72% | 0.48% | - |
| XYZ | 5.78 | 4.81 | 19.36 | - |
| YUV | 58.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 123 | 0.72 | 0.53 | 0 | 0.52 | 224.32 | 0.56 | 0.31 |
| Hex | 23 | 3A | 7B | 48 | 35 | 0 | 34 | E0 | 38 | 1F |
| Octal | 43 | 72 | 173 | 110 | 65 | 0 | 64 | 340 | 70 | 37 |
| Binary | 100011 | 111010 | 1111011 | 1001000 | 110101 | 0 | 110100 | 11100000 | 111000 | 11111 |
Color Harmonies of #233A7B
Complementary color
Monochromatic Colors of #233A7B
Black with #233A7B
Text Example
Text Example
White with #233A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A7B; }
p { color: rgb(35,58,123); }
H1.HeaderClassName
{
color: #233A7B;
}
.AnyTagClassName
{
color: #233A7B;
}
</style>
background-color css
<style>
a { background-color: #233A7B; }
a { background-color: rgb(35,58,123); }
div.DivClassName
{
background-color: #233A7B;
}
.BgClassName
{
background-color: #233A7B;
}
</style>
border-color css
<style>
span { border-color: #233A7B; }
span { border-color: rgb(35,58,123); }
td.TdClassName
{
border-color: #233A7B;
}
.TagClassName
{
border-color: #233A7B;
}
</style>