Shades of Resolution Blue #233584
Tints of Resolution Blue #233584
RGB
CMYK
RGB Variations
Color information
#233584 (or 0x233584) is known color: Resolution Blue. HEX triplet: 23, 35 and 84. RGB value is (35,53,132). Sum of RGB (Red+Green+Blue) = 35+53+132=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #233584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233584 is #DCCA7B. Grayscale: #383838. Windows color (decimal): -14469756 or 8664355. OLE color: 8664355.
HSL color Cylindrical-coordinate representation of color #233584: hue angle of 228.87º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #233584 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 53 | 132 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.48 |
| HSL | 228.87º | 0.58% | 0.33% | - |
| HSV(B) | 228.87º | 0.73% | 0.52% | - |
| XYZ | 6.13 | 4.57 | 22.39 | - |
| YUV | 56.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 132 | 0.73 | 0.60 | 0 | 0.48 | 228.87 | 0.58 | 0.33 |
| Hex | 23 | 35 | 84 | 49 | 3C | 0 | 30 | E5 | 3A | 21 |
| Octal | 43 | 65 | 204 | 111 | 74 | 0 | 60 | 345 | 72 | 41 |
| Binary | 100011 | 110101 | 10000100 | 1001001 | 111100 | 0 | 110000 | 11100101 | 111010 | 100001 |
Color Harmonies of #233584
Complementary color
Monochromatic Colors of #233584
Black with #233584
Text Example
Text Example
White with #233584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233584; }
p { color: rgb(35,53,132); }
H1.HeaderClassName
{
color: #233584;
}
.AnyTagClassName
{
color: #233584;
}
</style>
background-color css
<style>
a { background-color: #233584; }
a { background-color: rgb(35,53,132); }
div.DivClassName
{
background-color: #233584;
}
.BgClassName
{
background-color: #233584;
}
</style>
border-color css
<style>
span { border-color: #233584; }
span { border-color: rgb(35,53,132); }
td.TdClassName
{
border-color: #233584;
}
.TagClassName
{
border-color: #233584;
}
</style>