Shades of Medium Blue #0522CC
Tints of Medium Blue #0522CC
RGB
CMYK
RGB Variations
Color information
#0522CC (or 0x0522CC) is known color: Medium Blue. HEX triplet: 05, 22 and CC. RGB value is (5,34,204). Sum of RGB (Red+Green+Blue) = 5+34+204=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 204 (80.08% from 255 or 83.95% from 243); Max value from RGB is 204 - color contains mainly: blue. Hex color #0522CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0522CC is #FADD33. Grayscale: #2C2C2C. Windows color (decimal): -16440628 or 13378053. OLE color: 13378053.
HSL color Cylindrical-coordinate representation of color #0522CC: hue angle of 231.26º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0522CC is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 34 | 204 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.2 |
| HSL | 231.26º | 0.95% | 0.41% | - |
| HSV(B) | 231.26º | 0.98% | 0.8% | - |
| XYZ | 11.53 | 5.54 | 57.59 | - |
| YUV | 44.71 | 217.89 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 204 | 0.98 | 0.83 | 0 | 0.2 | 231.26 | 0.95 | 0.41 |
| Hex | 5 | 22 | CC | 62 | 53 | 0 | 14 | E7 | 5F | 29 |
| Octal | 5 | 42 | 314 | 142 | 123 | 0 | 24 | 347 | 137 | 51 |
| Binary | 101 | 100010 | 11001100 | 1100010 | 1010011 | 0 | 10100 | 11100111 | 1011111 | 101001 |
Color Harmonies of #0522CC
Complementary color
Monochromatic Colors of #0522CC
Black with #0522CC
Text Example
Text Example
White with #0522CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0522CC; }
p { color: rgb(5,34,204); }
H1.HeaderClassName
{
color: #0522CC;
}
.AnyTagClassName
{
color: #0522CC;
}
</style>
background-color css
<style>
a { background-color: #0522CC; }
a { background-color: rgb(5,34,204); }
div.DivClassName
{
background-color: #0522CC;
}
.BgClassName
{
background-color: #0522CC;
}
</style>
border-color css
<style>
span { border-color: #0522CC; }
span { border-color: rgb(5,34,204); }
td.TdClassName
{
border-color: #0522CC;
}
.TagClassName
{
border-color: #0522CC;
}
</style>