Shades of Resolution Blue #233C8A
Tints of Resolution Blue #233C8A
RGB
CMYK
RGB Variations
Color information
#233C8A (or 0x233C8A) is known color: Resolution Blue. HEX triplet: 23, 3C and 8A. RGB value is (35,60,138). Sum of RGB (Red+Green+Blue) = 35+60+138=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #233C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233C8A is #DCC375. Grayscale: #3D3D3D. Windows color (decimal): -14467958 or 9059363. OLE color: 9059363.
HSL color Cylindrical-coordinate representation of color #233C8A: hue angle of 225.44º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #233C8A is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 60 | 138 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.46 |
| HSL | 225.44º | 0.6% | 0.34% | - |
| HSV(B) | 225.44º | 0.75% | 0.54% | - |
| XYZ | 6.9 | 5.42 | 24.73 | - |
| YUV | 61.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 138 | 0.75 | 0.57 | 0 | 0.46 | 225.44 | 0.6 | 0.34 |
| Hex | 23 | 3C | 8A | 4B | 39 | 0 | 2E | E1 | 3C | 22 |
| Octal | 43 | 74 | 212 | 113 | 71 | 0 | 56 | 341 | 74 | 42 |
| Binary | 100011 | 111100 | 10001010 | 1001011 | 111001 | 0 | 101110 | 11100001 | 111100 | 100010 |
Color Harmonies of #233C8A
Complementary color
Monochromatic Colors of #233C8A
Black with #233C8A
Text Example
Text Example
White with #233C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C8A; }
p { color: rgb(35,60,138); }
H1.HeaderClassName
{
color: #233C8A;
}
.AnyTagClassName
{
color: #233C8A;
}
</style>
background-color css
<style>
a { background-color: #233C8A; }
a { background-color: rgb(35,60,138); }
div.DivClassName
{
background-color: #233C8A;
}
.BgClassName
{
background-color: #233C8A;
}
</style>
border-color css
<style>
span { border-color: #233C8A; }
span { border-color: rgb(35,60,138); }
td.TdClassName
{
border-color: #233C8A;
}
.TagClassName
{
border-color: #233C8A;
}
</style>