Shades of Resolution Blue #223F83
Tints of Resolution Blue #223F83
RGB
CMYK
RGB Variations
Color information
#223F83 (or 0x223F83) is known color: Resolution Blue. HEX triplet: 22, 3F and 83. RGB value is (34,63,131). Sum of RGB (Red+Green+Blue) = 34+63+131=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #223F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223F83 is #DDC07C. Grayscale: #3D3D3D. Windows color (decimal): -14532733 or 8601378. OLE color: 8601378.
HSL color Cylindrical-coordinate representation of color #223F83: hue angle of 222.06º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223F83 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 63 | 131 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.49 |
| HSL | 222.06º | 0.59% | 0.32% | - |
| HSV(B) | 222.06º | 0.74% | 0.51% | - |
| XYZ | 6.53 | 5.53 | 22.2 | - |
| YUV | 62.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 131 | 0.74 | 0.52 | 0 | 0.49 | 222.06 | 0.59 | 0.32 |
| Hex | 22 | 3F | 83 | 4A | 34 | 0 | 31 | DE | 3B | 20 |
| Octal | 42 | 77 | 203 | 112 | 64 | 0 | 61 | 336 | 73 | 40 |
| Binary | 100010 | 111111 | 10000011 | 1001010 | 110100 | 0 | 110001 | 11011110 | 111011 | 100000 |
Color Harmonies of #223F83
Complementary color
Monochromatic Colors of #223F83
Black with #223F83
Text Example
Text Example
White with #223F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F83; }
p { color: rgb(34,63,131); }
H1.HeaderClassName
{
color: #223F83;
}
.AnyTagClassName
{
color: #223F83;
}
</style>
background-color css
<style>
a { background-color: #223F83; }
a { background-color: rgb(34,63,131); }
div.DivClassName
{
background-color: #223F83;
}
.BgClassName
{
background-color: #223F83;
}
</style>
border-color css
<style>
span { border-color: #223F83; }
span { border-color: rgb(34,63,131); }
td.TdClassName
{
border-color: #223F83;
}
.TagClassName
{
border-color: #223F83;
}
</style>