Shades of Royal Blue #367AD1
Tints of Royal Blue #367AD1
RGB
CMYK
RGB Variations
Color information
#367AD1 (or 0x367AD1) is known color: Royal Blue. HEX triplet: 36, 7A and D1. RGB value is (54,122,209). Sum of RGB (Red+Green+Blue) = 54+122+209=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #367AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367AD1 is #C9852E. Grayscale: #6F6F6F. Windows color (decimal): -13206831 or 13728310. OLE color: 13728310.
HSL color Cylindrical-coordinate representation of color #367AD1: hue angle of 213.68º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #367AD1 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 122 | 209 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.18 |
| HSL | 213.68º | 0.63% | 0.52% | - |
| HSV(B) | 213.68º | 0.74% | 0.82% | - |
| XYZ | 19.99 | 19.31 | 62.99 | - |
| YUV | 111.59 | 182.97 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 209 | 0.74 | 0.42 | 0 | 0.18 | 213.68 | 0.63 | 0.52 |
| Hex | 36 | 7A | D1 | 4A | 2A | 0 | 12 | D6 | 3F | 34 |
| Octal | 66 | 172 | 321 | 112 | 52 | 0 | 22 | 326 | 77 | 64 |
| Binary | 110110 | 1111010 | 11010001 | 1001010 | 101010 | 0 | 10010 | 11010110 | 111111 | 110100 |
Color Harmonies of #367AD1
Complementary color
Monochromatic Colors of #367AD1
Black with #367AD1
Text Example
Text Example
White with #367AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367AD1; }
p { color: rgb(54,122,209); }
H1.HeaderClassName
{
color: #367AD1;
}
.AnyTagClassName
{
color: #367AD1;
}
</style>
background-color css
<style>
a { background-color: #367AD1; }
a { background-color: rgb(54,122,209); }
div.DivClassName
{
background-color: #367AD1;
}
.BgClassName
{
background-color: #367AD1;
}
</style>
border-color css
<style>
span { border-color: #367AD1; }
span { border-color: rgb(54,122,209); }
td.TdClassName
{
border-color: #367AD1;
}
.TagClassName
{
border-color: #367AD1;
}
</style>