Shades of Resolution Blue #223C82
Tints of Resolution Blue #223C82
RGB
CMYK
RGB Variations
Color information
#223C82 (or 0x223C82) is known color: Resolution Blue. HEX triplet: 22, 3C and 82. RGB value is (34,60,130). Sum of RGB (Red+Green+Blue) = 34+60+130=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #223C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223C82 is #DDC37D. Grayscale: #3B3B3B. Windows color (decimal): -14533502 or 8535074. OLE color: 8535074.
HSL color Cylindrical-coordinate representation of color #223C82: hue angle of 223.75º 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 #223C82 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 60 | 130 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.49 |
| HSL | 223.75º | 0.59% | 0.32% | - |
| HSV(B) | 223.75º | 0.74% | 0.51% | - |
| XYZ | 6.3 | 5.18 | 21.79 | - |
| YUV | 60.21 | 167.39 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 130 | 0.74 | 0.54 | 0 | 0.49 | 223.75 | 0.59 | 0.32 |
| Hex | 22 | 3C | 82 | 4A | 36 | 0 | 31 | E0 | 3B | 20 |
| Octal | 42 | 74 | 202 | 112 | 66 | 0 | 61 | 340 | 73 | 40 |
| Binary | 100010 | 111100 | 10000010 | 1001010 | 110110 | 0 | 110001 | 11100000 | 111011 | 100000 |
Color Harmonies of #223C82
Complementary color
Monochromatic Colors of #223C82
Black with #223C82
Text Example
Text Example
White with #223C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C82; }
p { color: rgb(34,60,130); }
H1.HeaderClassName
{
color: #223C82;
}
.AnyTagClassName
{
color: #223C82;
}
</style>
background-color css
<style>
a { background-color: #223C82; }
a { background-color: rgb(34,60,130); }
div.DivClassName
{
background-color: #223C82;
}
.BgClassName
{
background-color: #223C82;
}
</style>
border-color css
<style>
span { border-color: #223C82; }
span { border-color: rgb(34,60,130); }
td.TdClassName
{
border-color: #223C82;
}
.TagClassName
{
border-color: #223C82;
}
</style>