Shades of Picton Blue #3F8FDD
Tints of Picton Blue #3F8FDD
RGB
CMYK
RGB Variations
Color information
#3F8FDD (or 0x3F8FDD) is known color: Picton Blue. HEX triplet: 3F, 8F and DD. RGB value is (63,143,221). Sum of RGB (Red+Green+Blue) = 63+143+221=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F8FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8FDD is #C07022. Grayscale: #7F7F7F. Windows color (decimal): -12611619 or 14520127. OLE color: 14520127.
HSL color Cylindrical-coordinate representation of color #3F8FDD: hue angle of 209.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F8FDD is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 143 | 221 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.13 |
| HSL | 209.62º | 0.7% | 0.56% | - |
| HSV(B) | 209.62º | 0.71% | 0.87% | - |
| XYZ | 24.92 | 25.92 | 72.1 | - |
| YUV | 127.97 | 180.5 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 221 | 0.71 | 0.35 | 0 | 0.13 | 209.62 | 0.7 | 0.56 |
| Hex | 3F | 8F | DD | 47 | 23 | 0 | D | D2 | 46 | 38 |
| Octal | 77 | 217 | 335 | 107 | 43 | 0 | 15 | 322 | 106 | 70 |
| Binary | 111111 | 10001111 | 11011101 | 1000111 | 100011 | 0 | 1101 | 11010010 | 1000110 | 111000 |
Color Harmonies of #3F8FDD
Complementary color
Monochromatic Colors of #3F8FDD
Black with #3F8FDD
Text Example
Text Example
White with #3F8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8FDD; }
p { color: rgb(63,143,221); }
H1.HeaderClassName
{
color: #3F8FDD;
}
.AnyTagClassName
{
color: #3F8FDD;
}
</style>
background-color css
<style>
a { background-color: #3F8FDD; }
a { background-color: rgb(63,143,221); }
div.DivClassName
{
background-color: #3F8FDD;
}
.BgClassName
{
background-color: #3F8FDD;
}
</style>
border-color css
<style>
span { border-color: #3F8FDD; }
span { border-color: rgb(63,143,221); }
td.TdClassName
{
border-color: #3F8FDD;
}
.TagClassName
{
border-color: #3F8FDD;
}
</style>