Shades of Picton Blue #3F8DDB
Tints of Picton Blue #3F8DDB
RGB
CMYK
RGB Variations
Color information
#3F8DDB (or 0x3F8DDB) is known color: Picton Blue. HEX triplet: 3F, 8D and DB. RGB value is (63,141,219). Sum of RGB (Red+Green+Blue) = 63+141+219=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F8DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8DDB is #C07224. Grayscale: #7E7E7E. Windows color (decimal): -12612133 or 14388543. OLE color: 14388543.
HSL color Cylindrical-coordinate representation of color #3F8DDB: hue angle of 210º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F8DDB is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 141 | 219 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.14 |
| HSL | 210º | 0.68% | 0.55% | - |
| HSV(B) | 210º | 0.71% | 0.86% | - |
| XYZ | 24.36 | 25.22 | 70.6 | - |
| YUV | 126.57 | 180.16 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 219 | 0.71 | 0.36 | 0 | 0.14 | 210 | 0.68 | 0.55 |
| Hex | 3F | 8D | DB | 47 | 24 | 0 | E | D2 | 44 | 37 |
| Octal | 77 | 215 | 333 | 107 | 44 | 0 | 16 | 322 | 104 | 67 |
| Binary | 111111 | 10001101 | 11011011 | 1000111 | 100100 | 0 | 1110 | 11010010 | 1000100 | 110111 |
Color Harmonies of #3F8DDB
Complementary color
Monochromatic Colors of #3F8DDB
Black with #3F8DDB
Text Example
Text Example
White with #3F8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8DDB; }
p { color: rgb(63,141,219); }
H1.HeaderClassName
{
color: #3F8DDB;
}
.AnyTagClassName
{
color: #3F8DDB;
}
</style>
background-color css
<style>
a { background-color: #3F8DDB; }
a { background-color: rgb(63,141,219); }
div.DivClassName
{
background-color: #3F8DDB;
}
.BgClassName
{
background-color: #3F8DDB;
}
</style>
border-color css
<style>
span { border-color: #3F8DDB; }
span { border-color: rgb(63,141,219); }
td.TdClassName
{
border-color: #3F8DDB;
}
.TagClassName
{
border-color: #3F8DDB;
}
</style>