Shades of Royal Blue #4368CF
Tints of Royal Blue #4368CF
RGB
CMYK
RGB Variations
Color information
#4368CF (or 0x4368CF) is known color: Royal Blue. HEX triplet: 43, 68 and CF. RGB value is (67,104,207). Sum of RGB (Red+Green+Blue) = 67+104+207=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #4368CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4368CF is #BC9730. Grayscale: #686868. Windows color (decimal): -12359473 or 13592643. OLE color: 13592643.
HSL color Cylindrical-coordinate representation of color #4368CF: hue angle of 224.14º 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 #4368CF is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 104 | 207 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.19 |
| HSL | 224.14º | 0.59% | 0.54% | - |
| HSV(B) | 224.14º | 0.68% | 0.81% | - |
| XYZ | 18.53 | 15.6 | 61.07 | - |
| YUV | 104.68 | 185.74 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 104 | 207 | 0.68 | 0.50 | 0 | 0.19 | 224.14 | 0.59 | 0.54 |
| Hex | 43 | 68 | CF | 44 | 32 | 0 | 13 | E0 | 3B | 36 |
| Octal | 103 | 150 | 317 | 104 | 62 | 0 | 23 | 340 | 73 | 66 |
| Binary | 1000011 | 1101000 | 11001111 | 1000100 | 110010 | 0 | 10011 | 11100000 | 111011 | 110110 |
Color Harmonies of #4368CF
Complementary color
Monochromatic Colors of #4368CF
Black with #4368CF
Text Example
Text Example
White with #4368CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4368CF; }
p { color: rgb(67,104,207); }
H1.HeaderClassName
{
color: #4368CF;
}
.AnyTagClassName
{
color: #4368CF;
}
</style>
background-color css
<style>
a { background-color: #4368CF; }
a { background-color: rgb(67,104,207); }
div.DivClassName
{
background-color: #4368CF;
}
.BgClassName
{
background-color: #4368CF;
}
</style>
border-color css
<style>
span { border-color: #4368CF; }
span { border-color: rgb(67,104,207); }
td.TdClassName
{
border-color: #4368CF;
}
.TagClassName
{
border-color: #4368CF;
}
</style>