Shades of Royal Blue #4369DB
Tints of Royal Blue #4369DB
RGB
CMYK
RGB Variations
Color information
#4369DB (or 0x4369DB) is known color: Royal Blue. HEX triplet: 43, 69 and DB. RGB value is (67,105,219). Sum of RGB (Red+Green+Blue) = 67+105+219=391 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.14% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #4369DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4369DB is #BC9624. Grayscale: #6A6A6A. Windows color (decimal): -12359205 or 14379331. OLE color: 14379331.
HSL color Cylindrical-coordinate representation of color #4369DB: hue angle of 225º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4369DB is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 105 | 219 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.14 |
| HSL | 225º | 0.68% | 0.56% | - |
| HSV(B) | 225º | 0.69% | 0.86% | - |
| XYZ | 20.15 | 16.41 | 69.12 | - |
| YUV | 106.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 219 | 0.69 | 0.52 | 0 | 0.14 | 225 | 0.68 | 0.56 |
| Hex | 43 | 69 | DB | 45 | 34 | 0 | E | E1 | 44 | 38 |
| Octal | 103 | 151 | 333 | 105 | 64 | 0 | 16 | 341 | 104 | 70 |
| Binary | 1000011 | 1101001 | 11011011 | 1000101 | 110100 | 0 | 1110 | 11100001 | 1000100 | 111000 |
Color Harmonies of #4369DB
Complementary color
Monochromatic Colors of #4369DB
Black with #4369DB
Text Example
Text Example
White with #4369DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4369DB; }
p { color: rgb(67,105,219); }
H1.HeaderClassName
{
color: #4369DB;
}
.AnyTagClassName
{
color: #4369DB;
}
</style>
background-color css
<style>
a { background-color: #4369DB; }
a { background-color: rgb(67,105,219); }
div.DivClassName
{
background-color: #4369DB;
}
.BgClassName
{
background-color: #4369DB;
}
</style>
border-color css
<style>
span { border-color: #4369DB; }
span { border-color: rgb(67,105,219); }
td.TdClassName
{
border-color: #4369DB;
}
.TagClassName
{
border-color: #4369DB;
}
</style>