Shades of Royal Blue #4369FF
Tints of Royal Blue #4369FF
RGB
CMYK
RGB Variations
Color information
#4369FF (or 0x4369FF) is known color: Royal Blue. HEX triplet: 43, 69 and FF. RGB value is (67,105,255). Sum of RGB (Red+Green+Blue) = 67+105+255=427 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.69% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #4369FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4369FF is #BC9600. Grayscale: #6E6E6E. Windows color (decimal): -12359169 or 16738627. OLE color: 16738627.
HSL color Cylindrical-coordinate representation of color #4369FF: hue angle of 227.87º 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 #4369FF is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 105 | 255 | - |
| CMYK | 0.74 | 0.59 | 0 | 0 |
| HSL | 227.87º | 1% | 0.63% | - |
| HSV(B) | 227.87º | 0.74% | 1% | - |
| XYZ | 25.42 | 18.52 | 96.84 | - |
| YUV | 110.74 | 209.41 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 255 | 0.74 | 0.59 | 0 | 0 | 227.87 | 1 | 0.63 |
| Hex | 43 | 69 | FF | 4A | 3B | 0 | 0 | E4 | 64 | 3F |
| Octal | 103 | 151 | 377 | 112 | 73 | 0 | 0 | 344 | 144 | 77 |
| Binary | 1000011 | 1101001 | 11111111 | 1001010 | 111011 | 0 | 0 | 11100100 | 1100100 | 111111 |
Color Harmonies of #4369FF
Complementary color
Monochromatic Colors of #4369FF
Black with #4369FF
Text Example
Text Example
White with #4369FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4369FF; }
p { color: rgb(67,105,255); }
H1.HeaderClassName
{
color: #4369FF;
}
.AnyTagClassName
{
color: #4369FF;
}
</style>
background-color css
<style>
a { background-color: #4369FF; }
a { background-color: rgb(67,105,255); }
div.DivClassName
{
background-color: #4369FF;
}
.BgClassName
{
background-color: #4369FF;
}
</style>
border-color css
<style>
span { border-color: #4369FF; }
span { border-color: rgb(67,105,255); }
td.TdClassName
{
border-color: #4369FF;
}
.TagClassName
{
border-color: #4369FF;
}
</style>