Shades of Royal Blue #4359DB
Tints of Royal Blue #4359DB
RGB
CMYK
RGB Variations
Color information
#4359DB (or 0x4359DB) is known color: Royal Blue. HEX triplet: 43, 59 and DB. RGB value is (67,89,219). Sum of RGB (Red+Green+Blue) = 67+89+219=375 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.87% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #4359DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4359DB is #BCA624. Grayscale: #606060. Windows color (decimal): -12363301 or 14375235. OLE color: 14375235.
HSL color Cylindrical-coordinate representation of color #4359DB: hue angle of 231.32º 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 #4359DB is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 89 | 219 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.14 |
| HSL | 231.32º | 0.68% | 0.56% | - |
| HSV(B) | 231.32º | 0.69% | 0.86% | - |
| XYZ | 18.67 | 13.45 | 68.63 | - |
| YUV | 97.24 | 196.71 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 89 | 219 | 0.69 | 0.59 | 0 | 0.14 | 231.32 | 0.68 | 0.56 |
| Hex | 43 | 59 | DB | 45 | 3B | 0 | E | E7 | 44 | 38 |
| Octal | 103 | 131 | 333 | 105 | 73 | 0 | 16 | 347 | 104 | 70 |
| Binary | 1000011 | 1011001 | 11011011 | 1000101 | 111011 | 0 | 1110 | 11100111 | 1000100 | 111000 |
Color Harmonies of #4359DB
Complementary color
Monochromatic Colors of #4359DB
Black with #4359DB
Text Example
Text Example
White with #4359DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4359DB; }
p { color: rgb(67,89,219); }
H1.HeaderClassName
{
color: #4359DB;
}
.AnyTagClassName
{
color: #4359DB;
}
</style>
background-color css
<style>
a { background-color: #4359DB; }
a { background-color: rgb(67,89,219); }
div.DivClassName
{
background-color: #4359DB;
}
.BgClassName
{
background-color: #4359DB;
}
</style>
border-color css
<style>
span { border-color: #4359DB; }
span { border-color: rgb(67,89,219); }
td.TdClassName
{
border-color: #4359DB;
}
.TagClassName
{
border-color: #4359DB;
}
</style>