Shades of Royal Blue #4366CF
Tints of Royal Blue #4366CF
RGB
CMYK
RGB Variations
Color information
#4366CF (or 0x4366CF) is known color: Royal Blue. HEX triplet: 43, 66 and CF. RGB value is (67,102,207). Sum of RGB (Red+Green+Blue) = 67+102+207=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #4366CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4366CF is #BC9930. Grayscale: #676767. Windows color (decimal): -12359985 or 13592131. OLE color: 13592131.
HSL color Cylindrical-coordinate representation of color #4366CF: hue angle of 225º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4366CF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 102 | 207 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.19 |
| HSL | 225º | 0.59% | 0.54% | - |
| HSV(B) | 225º | 0.68% | 0.81% | - |
| XYZ | 18.33 | 15.2 | 61 | - |
| YUV | 103.51 | 186.4 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 102 | 207 | 0.68 | 0.51 | 0 | 0.19 | 225 | 0.59 | 0.54 |
| Hex | 43 | 66 | CF | 44 | 33 | 0 | 13 | E1 | 3B | 36 |
| Octal | 103 | 146 | 317 | 104 | 63 | 0 | 23 | 341 | 73 | 66 |
| Binary | 1000011 | 1100110 | 11001111 | 1000100 | 110011 | 0 | 10011 | 11100001 | 111011 | 110110 |
Color Harmonies of #4366CF
Complementary color
Monochromatic Colors of #4366CF
Black with #4366CF
Text Example
Text Example
White with #4366CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4366CF; }
p { color: rgb(67,102,207); }
H1.HeaderClassName
{
color: #4366CF;
}
.AnyTagClassName
{
color: #4366CF;
}
</style>
background-color css
<style>
a { background-color: #4366CF; }
a { background-color: rgb(67,102,207); }
div.DivClassName
{
background-color: #4366CF;
}
.BgClassName
{
background-color: #4366CF;
}
</style>
border-color css
<style>
span { border-color: #4366CF; }
span { border-color: rgb(67,102,207); }
td.TdClassName
{
border-color: #4366CF;
}
.TagClassName
{
border-color: #4366CF;
}
</style>