Shades of Resolution Blue #223B75
Tints of Resolution Blue #223B75
RGB
CMYK
RGB Variations
Color information
#223B75 (or 0x223B75) is known color: Resolution Blue. HEX triplet: 22, 3B and 75. RGB value is (34,59,117). Sum of RGB (Red+Green+Blue) = 34+59+117=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #223B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B75 is #DDC48A. Grayscale: #393939. Windows color (decimal): -14533771 or 7682850. OLE color: 7682850.
HSL color Cylindrical-coordinate representation of color #223B75: hue angle of 221.93º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #223B75 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 59 | 117 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.54 |
| HSL | 221.93º | 0.55% | 0.3% | - |
| HSV(B) | 221.93º | 0.71% | 0.46% | - |
| XYZ | 5.43 | 4.75 | 17.46 | - |
| YUV | 58.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 117 | 0.71 | 0.50 | 0 | 0.54 | 221.93 | 0.55 | 0.3 |
| Hex | 22 | 3B | 75 | 47 | 32 | 0 | 36 | DE | 37 | 1E |
| Octal | 42 | 73 | 165 | 107 | 62 | 0 | 66 | 336 | 67 | 36 |
| Binary | 100010 | 111011 | 1110101 | 1000111 | 110010 | 0 | 110110 | 11011110 | 110111 | 11110 |
Color Harmonies of #223B75
Complementary color
Monochromatic Colors of #223B75
Black with #223B75
Text Example
Text Example
White with #223B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223B75; }
p { color: rgb(34,59,117); }
H1.HeaderClassName
{
color: #223B75;
}
.AnyTagClassName
{
color: #223B75;
}
</style>
background-color css
<style>
a { background-color: #223B75; }
a { background-color: rgb(34,59,117); }
div.DivClassName
{
background-color: #223B75;
}
.BgClassName
{
background-color: #223B75;
}
</style>
border-color css
<style>
span { border-color: #223B75; }
span { border-color: rgb(34,59,117); }
td.TdClassName
{
border-color: #223B75;
}
.TagClassName
{
border-color: #223B75;
}
</style>