Shades of Resolution Blue #233C85
Tints of Resolution Blue #233C85
RGB
CMYK
RGB Variations
Color information
#233C85 (or 0x233C85) is known color: Resolution Blue. HEX triplet: 23, 3C and 85. RGB value is (35,60,133). Sum of RGB (Red+Green+Blue) = 35+60+133=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #233C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233C85 is #DCC37A. Grayscale: #3C3C3C. Windows color (decimal): -14467963 or 8731683. OLE color: 8731683.
HSL color Cylindrical-coordinate representation of color #233C85: hue angle of 224.69º 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 #233C85 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 60 | 133 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.48 |
| HSL | 224.69º | 0.58% | 0.33% | - |
| HSV(B) | 224.69º | 0.74% | 0.52% | - |
| XYZ | 6.54 | 5.28 | 22.87 | - |
| YUV | 60.85 | 168.72 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 133 | 0.74 | 0.55 | 0 | 0.48 | 224.69 | 0.58 | 0.33 |
| Hex | 23 | 3C | 85 | 4A | 37 | 0 | 30 | E1 | 3A | 21 |
| Octal | 43 | 74 | 205 | 112 | 67 | 0 | 60 | 341 | 72 | 41 |
| Binary | 100011 | 111100 | 10000101 | 1001010 | 110111 | 0 | 110000 | 11100001 | 111010 | 100001 |
Color Harmonies of #233C85
Complementary color
Monochromatic Colors of #233C85
Black with #233C85
Text Example
Text Example
White with #233C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C85; }
p { color: rgb(35,60,133); }
H1.HeaderClassName
{
color: #233C85;
}
.AnyTagClassName
{
color: #233C85;
}
</style>
background-color css
<style>
a { background-color: #233C85; }
a { background-color: rgb(35,60,133); }
div.DivClassName
{
background-color: #233C85;
}
.BgClassName
{
background-color: #233C85;
}
</style>
border-color css
<style>
span { border-color: #233C85; }
span { border-color: rgb(35,60,133); }
td.TdClassName
{
border-color: #233C85;
}
.TagClassName
{
border-color: #233C85;
}
</style>