Shades of Resolution Blue #233B7C
Tints of Resolution Blue #233B7C
RGB
CMYK
RGB Variations
Color information
#233B7C (or 0x233B7C) is known color: Resolution Blue. HEX triplet: 23, 3B and 7C. RGB value is (35,59,124). Sum of RGB (Red+Green+Blue) = 35+59+124=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #233B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B7C is #DCC483. Grayscale: #3A3A3A. Windows color (decimal): -14468228 or 8141603. OLE color: 8141603.
HSL color Cylindrical-coordinate representation of color #233B7C: hue angle of 223.82º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #233B7C is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 59 | 124 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.51 |
| HSL | 223.82º | 0.56% | 0.31% | - |
| HSV(B) | 223.82º | 0.72% | 0.49% | - |
| XYZ | 5.9 | 4.94 | 19.71 | - |
| YUV | 59.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 124 | 0.72 | 0.52 | 0 | 0.51 | 223.82 | 0.56 | 0.31 |
| Hex | 23 | 3B | 7C | 48 | 34 | 0 | 33 | E0 | 38 | 1F |
| Octal | 43 | 73 | 174 | 110 | 64 | 0 | 63 | 340 | 70 | 37 |
| Binary | 100011 | 111011 | 1111100 | 1001000 | 110100 | 0 | 110011 | 11100000 | 111000 | 11111 |
Color Harmonies of #233B7C
Complementary color
Monochromatic Colors of #233B7C
Black with #233B7C
Text Example
Text Example
White with #233B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B7C; }
p { color: rgb(35,59,124); }
H1.HeaderClassName
{
color: #233B7C;
}
.AnyTagClassName
{
color: #233B7C;
}
</style>
background-color css
<style>
a { background-color: #233B7C; }
a { background-color: rgb(35,59,124); }
div.DivClassName
{
background-color: #233B7C;
}
.BgClassName
{
background-color: #233B7C;
}
</style>
border-color css
<style>
span { border-color: #233B7C; }
span { border-color: rgb(35,59,124); }
td.TdClassName
{
border-color: #233B7C;
}
.TagClassName
{
border-color: #233B7C;
}
</style>