Shades of Royal Blue #4364DA
Tints of Royal Blue #4364DA
RGB
CMYK
RGB Variations
Color information
#4364DA (or 0x4364DA) is known color: Royal Blue. HEX triplet: 43, 64 and DA. RGB value is (67,100,218). Sum of RGB (Red+Green+Blue) = 67+100+218=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #4364DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4364DA is #BC9B25. Grayscale: #676767. Windows color (decimal): -12360486 or 14312515. OLE color: 14312515.
HSL color Cylindrical-coordinate representation of color #4364DA: hue angle of 226.89º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4364DA is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 100 | 218 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.15 |
| HSL | 226.89º | 0.67% | 0.56% | - |
| HSV(B) | 226.89º | 0.69% | 0.85% | - |
| XYZ | 19.53 | 15.37 | 68.27 | - |
| YUV | 103.59 | 192.57 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 100 | 218 | 0.69 | 0.54 | 0 | 0.15 | 226.89 | 0.67 | 0.56 |
| Hex | 43 | 64 | DA | 45 | 36 | 0 | F | E3 | 43 | 38 |
| Octal | 103 | 144 | 332 | 105 | 66 | 0 | 17 | 343 | 103 | 70 |
| Binary | 1000011 | 1100100 | 11011010 | 1000101 | 110110 | 0 | 1111 | 11100011 | 1000011 | 111000 |
Color Harmonies of #4364DA
Complementary color
Monochromatic Colors of #4364DA
Black with #4364DA
Text Example
Text Example
White with #4364DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4364DA; }
p { color: rgb(67,100,218); }
H1.HeaderClassName
{
color: #4364DA;
}
.AnyTagClassName
{
color: #4364DA;
}
</style>
background-color css
<style>
a { background-color: #4364DA; }
a { background-color: rgb(67,100,218); }
div.DivClassName
{
background-color: #4364DA;
}
.BgClassName
{
background-color: #4364DA;
}
</style>
border-color css
<style>
span { border-color: #4364DA; }
span { border-color: rgb(67,100,218); }
td.TdClassName
{
border-color: #4364DA;
}
.TagClassName
{
border-color: #4364DA;
}
</style>