Shades of Royal Blue #3469CB
Tints of Royal Blue #3469CB
RGB
CMYK
RGB Variations
Color information
#3469CB (or 0x3469CB) is known color: Royal Blue. HEX triplet: 34, 69 and CB. RGB value is (52,105,203). Sum of RGB (Red+Green+Blue) = 52+105+203=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #3469CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3469CB is #CB9634. Grayscale: #636363. Windows color (decimal): -13342261 or 13330740. OLE color: 13330740.
HSL color Cylindrical-coordinate representation of color #3469CB: hue angle of 218.94º 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 #3469CB is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 105 | 203 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.20 |
| HSL | 218.94º | 0.59% | 0.5% | - |
| HSV(B) | 218.94º | 0.74% | 0.8% | - |
| XYZ | 17.25 | 15.15 | 58.51 | - |
| YUV | 100.33 | 185.94 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 203 | 0.74 | 0.48 | 0 | 0.20 | 218.94 | 0.59 | 0.5 |
| Hex | 34 | 69 | CB | 4A | 30 | 0 | 14 | DB | 3B | 32 |
| Octal | 64 | 151 | 313 | 112 | 60 | 0 | 24 | 333 | 73 | 62 |
| Binary | 110100 | 1101001 | 11001011 | 1001010 | 110000 | 0 | 10100 | 11011011 | 111011 | 110010 |
Color Harmonies of #3469CB
Complementary color
Monochromatic Colors of #3469CB
Black with #3469CB
Text Example
Text Example
White with #3469CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3469CB; }
p { color: rgb(52,105,203); }
H1.HeaderClassName
{
color: #3469CB;
}
.AnyTagClassName
{
color: #3469CB;
}
</style>
background-color css
<style>
a { background-color: #3469CB; }
a { background-color: rgb(52,105,203); }
div.DivClassName
{
background-color: #3469CB;
}
.BgClassName
{
background-color: #3469CB;
}
</style>
border-color css
<style>
span { border-color: #3469CB; }
span { border-color: rgb(52,105,203); }
td.TdClassName
{
border-color: #3469CB;
}
.TagClassName
{
border-color: #3469CB;
}
</style>