Shades of Royal Blue #3467DA
Tints of Royal Blue #3467DA
RGB
CMYK
RGB Variations
Color information
#3467DA (or 0x3467DA) is known color: Royal Blue. HEX triplet: 34, 67 and DA. RGB value is (52,103,218). Sum of RGB (Red+Green+Blue) = 52+103+218=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #3467DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3467DA is #CB9825. Grayscale: #646464. Windows color (decimal): -13342758 or 14313268. OLE color: 14313268.
HSL color Cylindrical-coordinate representation of color #3467DA: hue angle of 221.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3467DA is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 103 | 218 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.15 |
| HSL | 221.57º | 0.69% | 0.53% | - |
| HSV(B) | 221.57º | 0.76% | 0.85% | - |
| XYZ | 18.92 | 15.49 | 68.32 | - |
| YUV | 100.86 | 194.1 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 218 | 0.76 | 0.53 | 0 | 0.15 | 221.57 | 0.69 | 0.53 |
| Hex | 34 | 67 | DA | 4C | 35 | 0 | F | DE | 45 | 35 |
| Octal | 64 | 147 | 332 | 114 | 65 | 0 | 17 | 336 | 105 | 65 |
| Binary | 110100 | 1100111 | 11011010 | 1001100 | 110101 | 0 | 1111 | 11011110 | 1000101 | 110101 |
Color Harmonies of #3467DA
Complementary color
Monochromatic Colors of #3467DA
Black with #3467DA
Text Example
Text Example
White with #3467DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3467DA; }
p { color: rgb(52,103,218); }
H1.HeaderClassName
{
color: #3467DA;
}
.AnyTagClassName
{
color: #3467DA;
}
</style>
background-color css
<style>
a { background-color: #3467DA; }
a { background-color: rgb(52,103,218); }
div.DivClassName
{
background-color: #3467DA;
}
.BgClassName
{
background-color: #3467DA;
}
</style>
border-color css
<style>
span { border-color: #3467DA; }
span { border-color: rgb(52,103,218); }
td.TdClassName
{
border-color: #3467DA;
}
.TagClassName
{
border-color: #3467DA;
}
</style>