Shades of Royal Blue #4369CF
Tints of Royal Blue #4369CF
RGB
CMYK
RGB Variations
Color information
#4369CF (or 0x4369CF) is known color: Royal Blue. HEX triplet: 43, 69 and CF. RGB value is (67,105,207). Sum of RGB (Red+Green+Blue) = 67+105+207=379 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.68% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #4369CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4369CF is #BC9630. Grayscale: #686868. Windows color (decimal): -12359217 or 13592899. OLE color: 13592899.
HSL color Cylindrical-coordinate representation of color #4369CF: hue angle of 223.71º 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 #4369CF is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 105 | 207 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.19 |
| HSL | 223.71º | 0.59% | 0.54% | - |
| HSV(B) | 223.71º | 0.68% | 0.81% | - |
| XYZ | 18.63 | 15.8 | 61.1 | - |
| YUV | 105.27 | 185.41 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 207 | 0.68 | 0.49 | 0 | 0.19 | 223.71 | 0.59 | 0.54 |
| Hex | 43 | 69 | CF | 44 | 31 | 0 | 13 | E0 | 3B | 36 |
| Octal | 103 | 151 | 317 | 104 | 61 | 0 | 23 | 340 | 73 | 66 |
| Binary | 1000011 | 1101001 | 11001111 | 1000100 | 110001 | 0 | 10011 | 11100000 | 111011 | 110110 |
Color Harmonies of #4369CF
Complementary color
Monochromatic Colors of #4369CF
Black with #4369CF
Text Example
Text Example
White with #4369CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4369CF; }
p { color: rgb(67,105,207); }
H1.HeaderClassName
{
color: #4369CF;
}
.AnyTagClassName
{
color: #4369CF;
}
</style>
background-color css
<style>
a { background-color: #4369CF; }
a { background-color: rgb(67,105,207); }
div.DivClassName
{
background-color: #4369CF;
}
.BgClassName
{
background-color: #4369CF;
}
</style>
border-color css
<style>
span { border-color: #4369CF; }
span { border-color: rgb(67,105,207); }
td.TdClassName
{
border-color: #4369CF;
}
.TagClassName
{
border-color: #4369CF;
}
</style>