Shades of Royal Blue #2364DA
Tints of Royal Blue #2364DA
RGB
CMYK
RGB Variations
Color information
#2364DA (or 0x2364DA) is known color: Royal Blue. HEX triplet: 23, 64 and DA. RGB value is (35,100,218). Sum of RGB (Red+Green+Blue) = 35+100+218=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #2364DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2364DA is #DC9B25. Grayscale: #5D5D5D. Windows color (decimal): -14457638 or 14312483. OLE color: 14312483.
HSL color Cylindrical-coordinate representation of color #2364DA: hue angle of 218.69º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2364DA is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 100 | 218 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.15 |
| HSL | 218.69º | 0.72% | 0.5% | - |
| HSV(B) | 218.69º | 0.84% | 0.85% | - |
| XYZ | 17.91 | 14.53 | 68.19 | - |
| YUV | 94.02 | 197.97 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 218 | 0.84 | 0.54 | 0 | 0.15 | 218.69 | 0.72 | 0.5 |
| Hex | 23 | 64 | DA | 54 | 36 | 0 | F | DB | 48 | 32 |
| Octal | 43 | 144 | 332 | 124 | 66 | 0 | 17 | 333 | 110 | 62 |
| Binary | 100011 | 1100100 | 11011010 | 1010100 | 110110 | 0 | 1111 | 11011011 | 1001000 | 110010 |
Color Harmonies of #2364DA
Complementary color
Monochromatic Colors of #2364DA
Black with #2364DA
Text Example
Text Example
White with #2364DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2364DA; }
p { color: rgb(35,100,218); }
H1.HeaderClassName
{
color: #2364DA;
}
.AnyTagClassName
{
color: #2364DA;
}
</style>
background-color css
<style>
a { background-color: #2364DA; }
a { background-color: rgb(35,100,218); }
div.DivClassName
{
background-color: #2364DA;
}
.BgClassName
{
background-color: #2364DA;
}
</style>
border-color css
<style>
span { border-color: #2364DA; }
span { border-color: rgb(35,100,218); }
td.TdClassName
{
border-color: #2364DA;
}
.TagClassName
{
border-color: #2364DA;
}
</style>