Shades of Royal Blue #3467DB
Tints of Royal Blue #3467DB
RGB
CMYK
RGB Variations
Color information
#3467DB (or 0x3467DB) is known color: Royal Blue. HEX triplet: 34, 67 and DB. RGB value is (52,103,219). Sum of RGB (Red+Green+Blue) = 52+103+219=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #3467DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3467DB is #CB9824. Grayscale: #646464. Windows color (decimal): -13342757 or 14378804. OLE color: 14378804.
HSL color Cylindrical-coordinate representation of color #3467DB: hue angle of 221.68º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3467DB is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 103 | 219 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.14 |
| HSL | 221.68º | 0.7% | 0.53% | - |
| HSV(B) | 221.68º | 0.76% | 0.86% | - |
| XYZ | 19.05 | 15.55 | 69.01 | - |
| YUV | 100.98 | 194.6 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 219 | 0.76 | 0.53 | 0 | 0.14 | 221.68 | 0.7 | 0.53 |
| Hex | 34 | 67 | DB | 4C | 35 | 0 | E | DE | 46 | 35 |
| Octal | 64 | 147 | 333 | 114 | 65 | 0 | 16 | 336 | 106 | 65 |
| Binary | 110100 | 1100111 | 11011011 | 1001100 | 110101 | 0 | 1110 | 11011110 | 1000110 | 110101 |
Color Harmonies of #3467DB
Complementary color
Monochromatic Colors of #3467DB
Black with #3467DB
Text Example
Text Example
White with #3467DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3467DB; }
p { color: rgb(52,103,219); }
H1.HeaderClassName
{
color: #3467DB;
}
.AnyTagClassName
{
color: #3467DB;
}
</style>
background-color css
<style>
a { background-color: #3467DB; }
a { background-color: rgb(52,103,219); }
div.DivClassName
{
background-color: #3467DB;
}
.BgClassName
{
background-color: #3467DB;
}
</style>
border-color css
<style>
span { border-color: #3467DB; }
span { border-color: rgb(52,103,219); }
td.TdClassName
{
border-color: #3467DB;
}
.TagClassName
{
border-color: #3467DB;
}
</style>