Shades of Royal Blue #3467EF
Tints of Royal Blue #3467EF
RGB
CMYK
RGB Variations
Color information
#3467EF (or 0x3467EF) is known color: Royal Blue. HEX triplet: 34, 67 and EF. RGB value is (52,103,239). Sum of RGB (Red+Green+Blue) = 52+103+239=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #3467EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3467EF is #CB9810. Grayscale: #666666. Windows color (decimal): -13342737 or 15689524. OLE color: 15689524.
HSL color Cylindrical-coordinate representation of color #3467EF: hue angle of 223.64º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3467EF is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 103 | 239 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.06 |
| HSL | 223.64º | 0.85% | 0.57% | - |
| HSV(B) | 223.64º | 0.78% | 0.94% | - |
| XYZ | 21.85 | 16.66 | 83.73 | - |
| YUV | 103.26 | 204.6 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 239 | 0.78 | 0.57 | 0 | 0.06 | 223.64 | 0.85 | 0.57 |
| Hex | 34 | 67 | EF | 4E | 39 | 0 | 6 | E0 | 55 | 39 |
| Octal | 64 | 147 | 357 | 116 | 71 | 0 | 6 | 340 | 125 | 71 |
| Binary | 110100 | 1100111 | 11101111 | 1001110 | 111001 | 0 | 110 | 11100000 | 1010101 | 111001 |
Color Harmonies of #3467EF
Complementary color
Monochromatic Colors of #3467EF
Black with #3467EF
Text Example
Text Example
White with #3467EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3467EF; }
p { color: rgb(52,103,239); }
H1.HeaderClassName
{
color: #3467EF;
}
.AnyTagClassName
{
color: #3467EF;
}
</style>
background-color css
<style>
a { background-color: #3467EF; }
a { background-color: rgb(52,103,239); }
div.DivClassName
{
background-color: #3467EF;
}
.BgClassName
{
background-color: #3467EF;
}
</style>
border-color css
<style>
span { border-color: #3467EF; }
span { border-color: rgb(52,103,239); }
td.TdClassName
{
border-color: #3467EF;
}
.TagClassName
{
border-color: #3467EF;
}
</style>