Shades of Royal Blue #3F69CE
Tints of Royal Blue #3F69CE
RGB
CMYK
RGB Variations
Color information
#3F69CE (or 0x3F69CE) is known color: Royal Blue. HEX triplet: 3F, 69 and CE. RGB value is (63,105,206). Sum of RGB (Red+Green+Blue) = 63+105+206=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F69CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F69CE is #C09631. Grayscale: #676767. Windows color (decimal): -12621362 or 13527359. OLE color: 13527359.
HSL color Cylindrical-coordinate representation of color #3F69CE: hue angle of 222.38º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F69CE is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 105 | 206 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.19 |
| HSL | 222.38º | 0.59% | 0.53% | - |
| HSV(B) | 222.38º | 0.69% | 0.81% | - |
| XYZ | 18.24 | 15.62 | 60.45 | - |
| YUV | 103.96 | 185.59 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 206 | 0.69 | 0.49 | 0 | 0.19 | 222.38 | 0.59 | 0.53 |
| Hex | 3F | 69 | CE | 45 | 31 | 0 | 13 | DE | 3B | 35 |
| Octal | 77 | 151 | 316 | 105 | 61 | 0 | 23 | 336 | 73 | 65 |
| Binary | 111111 | 1101001 | 11001110 | 1000101 | 110001 | 0 | 10011 | 11011110 | 111011 | 110101 |
Color Harmonies of #3F69CE
Complementary color
Monochromatic Colors of #3F69CE
Black with #3F69CE
Text Example
Text Example
White with #3F69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69CE; }
p { color: rgb(63,105,206); }
H1.HeaderClassName
{
color: #3F69CE;
}
.AnyTagClassName
{
color: #3F69CE;
}
</style>
background-color css
<style>
a { background-color: #3F69CE; }
a { background-color: rgb(63,105,206); }
div.DivClassName
{
background-color: #3F69CE;
}
.BgClassName
{
background-color: #3F69CE;
}
</style>
border-color css
<style>
span { border-color: #3F69CE; }
span { border-color: rgb(63,105,206); }
td.TdClassName
{
border-color: #3F69CE;
}
.TagClassName
{
border-color: #3F69CE;
}
</style>