Shades of Royal Blue #4368FF
Tints of Royal Blue #4368FF
RGB
CMYK
RGB Variations
Color information
#4368FF (or 0x4368FF) is known color: Royal Blue. HEX triplet: 43, 68 and FF. RGB value is (67,104,255). Sum of RGB (Red+Green+Blue) = 67+104+255=426 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.73% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #4368FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4368FF is #BC9700. Grayscale: #6D6D6D. Windows color (decimal): -12359425 or 16738371. OLE color: 16738371.
HSL color Cylindrical-coordinate representation of color #4368FF: hue angle of 228.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4368FF is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 104 | 255 | - |
| CMYK | 0.74 | 0.59 | 0 | 0 |
| HSL | 228.19º | 1% | 0.63% | - |
| HSV(B) | 228.19º | 0.74% | 1% | - |
| XYZ | 25.32 | 18.31 | 96.81 | - |
| YUV | 110.15 | 209.74 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 104 | 255 | 0.74 | 0.59 | 0 | 0 | 228.19 | 1 | 0.63 |
| Hex | 43 | 68 | FF | 4A | 3B | 0 | 0 | E4 | 64 | 3F |
| Octal | 103 | 150 | 377 | 112 | 73 | 0 | 0 | 344 | 144 | 77 |
| Binary | 1000011 | 1101000 | 11111111 | 1001010 | 111011 | 0 | 0 | 11100100 | 1100100 | 111111 |
Color Harmonies of #4368FF
Complementary color
Monochromatic Colors of #4368FF
Black with #4368FF
Text Example
Text Example
White with #4368FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4368FF; }
p { color: rgb(67,104,255); }
H1.HeaderClassName
{
color: #4368FF;
}
.AnyTagClassName
{
color: #4368FF;
}
</style>
background-color css
<style>
a { background-color: #4368FF; }
a { background-color: rgb(67,104,255); }
div.DivClassName
{
background-color: #4368FF;
}
.BgClassName
{
background-color: #4368FF;
}
</style>
border-color css
<style>
span { border-color: #4368FF; }
span { border-color: rgb(67,104,255); }
td.TdClassName
{
border-color: #4368FF;
}
.TagClassName
{
border-color: #4368FF;
}
</style>