Shades of Royal Blue #3468CB
Tints of Royal Blue #3468CB
RGB
CMYK
RGB Variations
Color information
#3468CB (or 0x3468CB) is known color: Royal Blue. HEX triplet: 34, 68 and CB. RGB value is (52,104,203). Sum of RGB (Red+Green+Blue) = 52+104+203=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #3468CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3468CB is #CB9734. Grayscale: #636363. Windows color (decimal): -13342517 or 13330484. OLE color: 13330484.
HSL color Cylindrical-coordinate representation of color #3468CB: hue angle of 219.34º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3468CB is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 104 | 203 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.20 |
| HSL | 219.34º | 0.59% | 0.5% | - |
| HSV(B) | 219.34º | 0.74% | 0.8% | - |
| XYZ | 17.15 | 14.94 | 58.48 | - |
| YUV | 99.74 | 186.27 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 203 | 0.74 | 0.49 | 0 | 0.20 | 219.34 | 0.59 | 0.5 |
| Hex | 34 | 68 | CB | 4A | 31 | 0 | 14 | DB | 3B | 32 |
| Octal | 64 | 150 | 313 | 112 | 61 | 0 | 24 | 333 | 73 | 62 |
| Binary | 110100 | 1101000 | 11001011 | 1001010 | 110001 | 0 | 10100 | 11011011 | 111011 | 110010 |
Color Harmonies of #3468CB
Complementary color
Monochromatic Colors of #3468CB
Black with #3468CB
Text Example
Text Example
White with #3468CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3468CB; }
p { color: rgb(52,104,203); }
H1.HeaderClassName
{
color: #3468CB;
}
.AnyTagClassName
{
color: #3468CB;
}
</style>
background-color css
<style>
a { background-color: #3468CB; }
a { background-color: rgb(52,104,203); }
div.DivClassName
{
background-color: #3468CB;
}
.BgClassName
{
background-color: #3468CB;
}
</style>
border-color css
<style>
span { border-color: #3468CB; }
span { border-color: rgb(52,104,203); }
td.TdClassName
{
border-color: #3468CB;
}
.TagClassName
{
border-color: #3468CB;
}
</style>