Shades of Royal Blue #3664D6
Tints of Royal Blue #3664D6
RGB
CMYK
RGB Variations
Color information
#3664D6 (or 0x3664D6) is known color: Royal Blue. HEX triplet: 36, 64 and D6. RGB value is (54,100,214). Sum of RGB (Red+Green+Blue) = 54+100+214=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 214 (83.98% from 255 or 58.15% from 368); Max value from RGB is 214 - color contains mainly: blue. Hex color #3664D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3664D6 is #C99B29. Grayscale: #626262. Windows color (decimal): -13212458 or 14050358. OLE color: 14050358.
HSL color Cylindrical-coordinate representation of color #3664D6: hue angle of 222.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3664D6 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 100 | 214 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.16 |
| HSL | 222.75º | 0.66% | 0.53% | - |
| HSV(B) | 222.75º | 0.75% | 0.84% | - |
| XYZ | 18.22 | 14.75 | 65.51 | - |
| YUV | 99.24 | 192.76 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 100 | 214 | 0.75 | 0.53 | 0 | 0.16 | 222.75 | 0.66 | 0.53 |
| Hex | 36 | 64 | D6 | 4B | 35 | 0 | 10 | DF | 42 | 35 |
| Octal | 66 | 144 | 326 | 113 | 65 | 0 | 20 | 337 | 102 | 65 |
| Binary | 110110 | 1100100 | 11010110 | 1001011 | 110101 | 0 | 10000 | 11011111 | 1000010 | 110101 |
Color Harmonies of #3664D6
Complementary color
Monochromatic Colors of #3664D6
Black with #3664D6
Text Example
Text Example
White with #3664D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3664D6; }
p { color: rgb(54,100,214); }
H1.HeaderClassName
{
color: #3664D6;
}
.AnyTagClassName
{
color: #3664D6;
}
</style>
background-color css
<style>
a { background-color: #3664D6; }
a { background-color: rgb(54,100,214); }
div.DivClassName
{
background-color: #3664D6;
}
.BgClassName
{
background-color: #3664D6;
}
</style>
border-color css
<style>
span { border-color: #3664D6; }
span { border-color: rgb(54,100,214); }
td.TdClassName
{
border-color: #3664D6;
}
.TagClassName
{
border-color: #3664D6;
}
</style>