Shades of Resolution Blue #233273
Tints of Resolution Blue #233273
RGB
CMYK
RGB Variations
Color information
#233273 (or 0x233273) is known color: Resolution Blue. HEX triplet: 23, 32 and 73. RGB value is (35,50,115). Sum of RGB (Red+Green+Blue) = 35+50+115=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #233273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233273 is #DCCD8C. Grayscale: #343434. Windows color (decimal): -14470541 or 7549475. OLE color: 7549475.
HSL color Cylindrical-coordinate representation of color #233273: hue angle of 228.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #233273 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 50 | 115 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.55 |
| HSL | 228.75º | 0.53% | 0.29% | - |
| HSV(B) | 228.75º | 0.7% | 0.45% | - |
| XYZ | 4.93 | 3.88 | 16.71 | - |
| YUV | 52.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 115 | 0.70 | 0.57 | 0 | 0.55 | 228.75 | 0.53 | 0.29 |
| Hex | 23 | 32 | 73 | 46 | 39 | 0 | 37 | E5 | 35 | 1D |
| Octal | 43 | 62 | 163 | 106 | 71 | 0 | 67 | 345 | 65 | 35 |
| Binary | 100011 | 110010 | 1110011 | 1000110 | 111001 | 0 | 110111 | 11100101 | 110101 | 11101 |
Color Harmonies of #233273
Complementary color
Monochromatic Colors of #233273
Black with #233273
Text Example
Text Example
White with #233273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233273; }
p { color: rgb(35,50,115); }
H1.HeaderClassName
{
color: #233273;
}
.AnyTagClassName
{
color: #233273;
}
</style>
background-color css
<style>
a { background-color: #233273; }
a { background-color: rgb(35,50,115); }
div.DivClassName
{
background-color: #233273;
}
.BgClassName
{
background-color: #233273;
}
</style>
border-color css
<style>
span { border-color: #233273; }
span { border-color: rgb(35,50,115); }
td.TdClassName
{
border-color: #233273;
}
.TagClassName
{
border-color: #233273;
}
</style>