Shades of Royal Blue #3467E6
Tints of Royal Blue #3467E6
RGB
CMYK
RGB Variations
Color information
#3467E6 (or 0x3467E6) is known color: Royal Blue. HEX triplet: 34, 67 and E6. RGB value is (52,103,230). Sum of RGB (Red+Green+Blue) = 52+103+230=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #3467E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3467E6 is #CB9819. Grayscale: #656565. Windows color (decimal): -13342746 or 15099700. OLE color: 15099700.
HSL color Cylindrical-coordinate representation of color #3467E6: hue angle of 222.81º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3467E6 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 103 | 230 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.10 |
| HSL | 222.81º | 0.78% | 0.55% | - |
| HSV(B) | 222.81º | 0.77% | 0.9% | - |
| XYZ | 20.55 | 16.14 | 76.9 | - |
| YUV | 102.23 | 200.1 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 230 | 0.77 | 0.55 | 0 | 0.10 | 222.81 | 0.78 | 0.55 |
| Hex | 34 | 67 | E6 | 4D | 37 | 0 | A | DF | 4E | 37 |
| Octal | 64 | 147 | 346 | 115 | 67 | 0 | 12 | 337 | 116 | 67 |
| Binary | 110100 | 1100111 | 11100110 | 1001101 | 110111 | 0 | 1010 | 11011111 | 1001110 | 110111 |
Color Harmonies of #3467E6
Complementary color
Monochromatic Colors of #3467E6
Black with #3467E6
Text Example
Text Example
White with #3467E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3467E6; }
p { color: rgb(52,103,230); }
H1.HeaderClassName
{
color: #3467E6;
}
.AnyTagClassName
{
color: #3467E6;
}
</style>
background-color css
<style>
a { background-color: #3467E6; }
a { background-color: rgb(52,103,230); }
div.DivClassName
{
background-color: #3467E6;
}
.BgClassName
{
background-color: #3467E6;
}
</style>
border-color css
<style>
span { border-color: #3467E6; }
span { border-color: rgb(52,103,230); }
td.TdClassName
{
border-color: #3467E6;
}
.TagClassName
{
border-color: #3467E6;
}
</style>