Shades of Royal Blue #3869CB
Tints of Royal Blue #3869CB
RGB
CMYK
RGB Variations
Color information
#3869CB (or 0x3869CB) is known color: Royal Blue. HEX triplet: 38, 69 and CB. RGB value is (56,105,203). Sum of RGB (Red+Green+Blue) = 56+105+203=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #3869CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3869CB is #C79634. Grayscale: #656565. Windows color (decimal): -13080117 or 13330744. OLE color: 13330744.
HSL color Cylindrical-coordinate representation of color #3869CB: hue angle of 220º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3869CB is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 105 | 203 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.20 |
| HSL | 220º | 0.59% | 0.51% | - |
| HSV(B) | 220º | 0.72% | 0.8% | - |
| XYZ | 17.46 | 15.26 | 58.52 | - |
| YUV | 101.52 | 185.27 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 203 | 0.72 | 0.48 | 0 | 0.20 | 220 | 0.59 | 0.51 |
| Hex | 38 | 69 | CB | 48 | 30 | 0 | 14 | DC | 3B | 33 |
| Octal | 70 | 151 | 313 | 110 | 60 | 0 | 24 | 334 | 73 | 63 |
| Binary | 111000 | 1101001 | 11001011 | 1001000 | 110000 | 0 | 10100 | 11011100 | 111011 | 110011 |
Color Harmonies of #3869CB
Complementary color
Monochromatic Colors of #3869CB
Black with #3869CB
Text Example
Text Example
White with #3869CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3869CB; }
p { color: rgb(56,105,203); }
H1.HeaderClassName
{
color: #3869CB;
}
.AnyTagClassName
{
color: #3869CB;
}
</style>
background-color css
<style>
a { background-color: #3869CB; }
a { background-color: rgb(56,105,203); }
div.DivClassName
{
background-color: #3869CB;
}
.BgClassName
{
background-color: #3869CB;
}
</style>
border-color css
<style>
span { border-color: #3869CB; }
span { border-color: rgb(56,105,203); }
td.TdClassName
{
border-color: #3869CB;
}
.TagClassName
{
border-color: #3869CB;
}
</style>