Shades of Royal Blue #3F69CB
Tints of Royal Blue #3F69CB
RGB
CMYK
RGB Variations
Color information
#3F69CB (or 0x3F69CB) is known color: Royal Blue. HEX triplet: 3F, 69 and CB. RGB value is (63,105,203). Sum of RGB (Red+Green+Blue) = 63+105+203=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F69CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F69CB is #C09634. Grayscale: #676767. Windows color (decimal): -12621365 or 13330751. OLE color: 13330751.
HSL color Cylindrical-coordinate representation of color #3F69CB: hue angle of 222º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F69CB is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 105 | 203 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.20 |
| HSL | 222º | 0.57% | 0.52% | - |
| HSV(B) | 222º | 0.69% | 0.8% | - |
| XYZ | 17.88 | 15.47 | 58.54 | - |
| YUV | 103.61 | 184.09 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 203 | 0.69 | 0.48 | 0 | 0.20 | 222 | 0.57 | 0.52 |
| Hex | 3F | 69 | CB | 45 | 30 | 0 | 14 | DE | 39 | 34 |
| Octal | 77 | 151 | 313 | 105 | 60 | 0 | 24 | 336 | 71 | 64 |
| Binary | 111111 | 1101001 | 11001011 | 1000101 | 110000 | 0 | 10100 | 11011110 | 111001 | 110100 |
Color Harmonies of #3F69CB
Complementary color
Monochromatic Colors of #3F69CB
Black with #3F69CB
Text Example
Text Example
White with #3F69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69CB; }
p { color: rgb(63,105,203); }
H1.HeaderClassName
{
color: #3F69CB;
}
.AnyTagClassName
{
color: #3F69CB;
}
</style>
background-color css
<style>
a { background-color: #3F69CB; }
a { background-color: rgb(63,105,203); }
div.DivClassName
{
background-color: #3F69CB;
}
.BgClassName
{
background-color: #3F69CB;
}
</style>
border-color css
<style>
span { border-color: #3F69CB; }
span { border-color: rgb(63,105,203); }
td.TdClassName
{
border-color: #3F69CB;
}
.TagClassName
{
border-color: #3F69CB;
}
</style>