Shades of Royal Blue #3467DE
Tints of Royal Blue #3467DE
RGB
CMYK
RGB Variations
Color information
#3467DE (or 0x3467DE) is known color: Royal Blue. HEX triplet: 34, 67 and DE. RGB value is (52,103,222). Sum of RGB (Red+Green+Blue) = 52+103+222=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #3467DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3467DE is #CB9821. Grayscale: #646464. Windows color (decimal): -13342754 or 14575412. OLE color: 14575412.
HSL color Cylindrical-coordinate representation of color #3467DE: hue angle of 222º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3467DE is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 103 | 222 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.13 |
| HSL | 222º | 0.72% | 0.54% | - |
| HSV(B) | 222º | 0.77% | 0.87% | - |
| XYZ | 19.45 | 15.7 | 71.11 | - |
| YUV | 101.32 | 196.1 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 222 | 0.77 | 0.54 | 0 | 0.13 | 222 | 0.72 | 0.54 |
| Hex | 34 | 67 | DE | 4D | 36 | 0 | D | DE | 48 | 36 |
| Octal | 64 | 147 | 336 | 115 | 66 | 0 | 15 | 336 | 110 | 66 |
| Binary | 110100 | 1100111 | 11011110 | 1001101 | 110110 | 0 | 1101 | 11011110 | 1001000 | 110110 |
Color Harmonies of #3467DE
Complementary color
Monochromatic Colors of #3467DE
Black with #3467DE
Text Example
Text Example
White with #3467DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3467DE; }
p { color: rgb(52,103,222); }
H1.HeaderClassName
{
color: #3467DE;
}
.AnyTagClassName
{
color: #3467DE;
}
</style>
background-color css
<style>
a { background-color: #3467DE; }
a { background-color: rgb(52,103,222); }
div.DivClassName
{
background-color: #3467DE;
}
.BgClassName
{
background-color: #3467DE;
}
</style>
border-color css
<style>
span { border-color: #3467DE; }
span { border-color: rgb(52,103,222); }
td.TdClassName
{
border-color: #3467DE;
}
.TagClassName
{
border-color: #3467DE;
}
</style>