Shades of Resolution Blue #233C8B
Tints of Resolution Blue #233C8B
RGB
CMYK
RGB Variations
Color information
#233C8B (or 0x233C8B) is known color: Resolution Blue. HEX triplet: 23, 3C and 8B. RGB value is (35,60,139). Sum of RGB (Red+Green+Blue) = 35+60+139=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #233C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233C8B is #DCC374. Grayscale: #3D3D3D. Windows color (decimal): -14467957 or 9124899. OLE color: 9124899.
HSL color Cylindrical-coordinate representation of color #233C8B: hue angle of 225.58º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #233C8B is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 60 | 139 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.45 |
| HSL | 225.58º | 0.6% | 0.34% | - |
| HSV(B) | 225.58º | 0.75% | 0.55% | - |
| XYZ | 6.97 | 5.45 | 25.11 | - |
| YUV | 61.53 | 171.72 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 139 | 0.75 | 0.57 | 0 | 0.45 | 225.58 | 0.6 | 0.34 |
| Hex | 23 | 3C | 8B | 4B | 39 | 0 | 2D | E2 | 3C | 22 |
| Octal | 43 | 74 | 213 | 113 | 71 | 0 | 55 | 342 | 74 | 42 |
| Binary | 100011 | 111100 | 10001011 | 1001011 | 111001 | 0 | 101101 | 11100010 | 111100 | 100010 |
Color Harmonies of #233C8B
Complementary color
Monochromatic Colors of #233C8B
Black with #233C8B
Text Example
Text Example
White with #233C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C8B; }
p { color: rgb(35,60,139); }
H1.HeaderClassName
{
color: #233C8B;
}
.AnyTagClassName
{
color: #233C8B;
}
</style>
background-color css
<style>
a { background-color: #233C8B; }
a { background-color: rgb(35,60,139); }
div.DivClassName
{
background-color: #233C8B;
}
.BgClassName
{
background-color: #233C8B;
}
</style>
border-color css
<style>
span { border-color: #233C8B; }
span { border-color: rgb(35,60,139); }
td.TdClassName
{
border-color: #233C8B;
}
.TagClassName
{
border-color: #233C8B;
}
</style>