Shades of Royal Blue #3662DB
Tints of Royal Blue #3662DB
RGB
CMYK
RGB Variations
Color information
#3662DB (or 0x3662DB) is known color: Royal Blue. HEX triplet: 36, 62 and DB. RGB value is (54,98,219). Sum of RGB (Red+Green+Blue) = 54+98+219=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #3662DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3662DB is #C99D24. Grayscale: #626262. Windows color (decimal): -13212965 or 14377526. OLE color: 14377526.
HSL color Cylindrical-coordinate representation of color #3662DB: hue angle of 224º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3662DB is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 98 | 219 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.14 |
| HSL | 224º | 0.7% | 0.54% | - |
| HSV(B) | 224º | 0.75% | 0.86% | - |
| XYZ | 18.68 | 14.63 | 68.86 | - |
| YUV | 98.64 | 195.92 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 219 | 0.75 | 0.55 | 0 | 0.14 | 224 | 0.7 | 0.54 |
| Hex | 36 | 62 | DB | 4B | 37 | 0 | E | E0 | 46 | 36 |
| Octal | 66 | 142 | 333 | 113 | 67 | 0 | 16 | 340 | 106 | 66 |
| Binary | 110110 | 1100010 | 11011011 | 1001011 | 110111 | 0 | 1110 | 11100000 | 1000110 | 110110 |
Color Harmonies of #3662DB
Complementary color
Monochromatic Colors of #3662DB
Black with #3662DB
Text Example
Text Example
White with #3662DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3662DB; }
p { color: rgb(54,98,219); }
H1.HeaderClassName
{
color: #3662DB;
}
.AnyTagClassName
{
color: #3662DB;
}
</style>
background-color css
<style>
a { background-color: #3662DB; }
a { background-color: rgb(54,98,219); }
div.DivClassName
{
background-color: #3662DB;
}
.BgClassName
{
background-color: #3662DB;
}
</style>
border-color css
<style>
span { border-color: #3662DB; }
span { border-color: rgb(54,98,219); }
td.TdClassName
{
border-color: #3662DB;
}
.TagClassName
{
border-color: #3662DB;
}
</style>