Shades of Royal Blue #367ADC
Tints of Royal Blue #367ADC
RGB
CMYK
RGB Variations
Color information
#367ADC (or 0x367ADC) is known color: Royal Blue. HEX triplet: 36, 7A and DC. RGB value is (54,122,220). Sum of RGB (Red+Green+Blue) = 54+122+220=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #367ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ADC is #C98523. Grayscale: #707070. Windows color (decimal): -13206820 or 14449206. OLE color: 14449206.
HSL color Cylindrical-coordinate representation of color #367ADC: hue angle of 215.42º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #367ADC is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 122 | 220 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.14 |
| HSL | 215.42º | 0.7% | 0.54% | - |
| HSV(B) | 215.42º | 0.75% | 0.86% | - |
| XYZ | 21.4 | 19.87 | 70.42 | - |
| YUV | 112.84 | 188.47 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 220 | 0.75 | 0.45 | 0 | 0.14 | 215.42 | 0.7 | 0.54 |
| Hex | 36 | 7A | DC | 4B | 2D | 0 | E | D7 | 46 | 36 |
| Octal | 66 | 172 | 334 | 113 | 55 | 0 | 16 | 327 | 106 | 66 |
| Binary | 110110 | 1111010 | 11011100 | 1001011 | 101101 | 0 | 1110 | 11010111 | 1000110 | 110110 |
Color Harmonies of #367ADC
Complementary color
Monochromatic Colors of #367ADC
Black with #367ADC
Text Example
Text Example
White with #367ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367ADC; }
p { color: rgb(54,122,220); }
H1.HeaderClassName
{
color: #367ADC;
}
.AnyTagClassName
{
color: #367ADC;
}
</style>
background-color css
<style>
a { background-color: #367ADC; }
a { background-color: rgb(54,122,220); }
div.DivClassName
{
background-color: #367ADC;
}
.BgClassName
{
background-color: #367ADC;
}
</style>
border-color css
<style>
span { border-color: #367ADC; }
span { border-color: rgb(54,122,220); }
td.TdClassName
{
border-color: #367ADC;
}
.TagClassName
{
border-color: #367ADC;
}
</style>