Shades of Resolution Blue #233585
Tints of Resolution Blue #233585
RGB
CMYK
RGB Variations
Color information
#233585 (or 0x233585) is known color: Resolution Blue. HEX triplet: 23, 35 and 85. RGB value is (35,53,133). Sum of RGB (Red+Green+Blue) = 35+53+133=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #233585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233585 is #DCCA7A. Grayscale: #383838. Windows color (decimal): -14469755 or 8729891. OLE color: 8729891.
HSL color Cylindrical-coordinate representation of color #233585: hue angle of 228.98º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233585 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 53 | 133 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.48 |
| HSL | 228.98º | 0.58% | 0.33% | - |
| HSV(B) | 228.98º | 0.74% | 0.52% | - |
| XYZ | 6.2 | 4.6 | 22.75 | - |
| YUV | 56.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 133 | 0.74 | 0.60 | 0 | 0.48 | 228.98 | 0.58 | 0.33 |
| Hex | 23 | 35 | 85 | 4A | 3C | 0 | 30 | E5 | 3A | 21 |
| Octal | 43 | 65 | 205 | 112 | 74 | 0 | 60 | 345 | 72 | 41 |
| Binary | 100011 | 110101 | 10000101 | 1001010 | 111100 | 0 | 110000 | 11100101 | 111010 | 100001 |
Color Harmonies of #233585
Complementary color
Monochromatic Colors of #233585
Black with #233585
Text Example
Text Example
White with #233585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233585; }
p { color: rgb(35,53,133); }
H1.HeaderClassName
{
color: #233585;
}
.AnyTagClassName
{
color: #233585;
}
</style>
background-color css
<style>
a { background-color: #233585; }
a { background-color: rgb(35,53,133); }
div.DivClassName
{
background-color: #233585;
}
.BgClassName
{
background-color: #233585;
}
</style>
border-color css
<style>
span { border-color: #233585; }
span { border-color: rgb(35,53,133); }
td.TdClassName
{
border-color: #233585;
}
.TagClassName
{
border-color: #233585;
}
</style>