Shades of Picton Blue #3F91DD
Tints of Picton Blue #3F91DD
RGB
CMYK
RGB Variations
Color information
#3F91DD (or 0x3F91DD) is known color: Picton Blue. HEX triplet: 3F, 91 and DD. RGB value is (63,145,221). Sum of RGB (Red+Green+Blue) = 63+145+221=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F91DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F91DD is #C06E22. Grayscale: #808080. Windows color (decimal): -12611107 or 14520639. OLE color: 14520639.
HSL color Cylindrical-coordinate representation of color #3F91DD: hue angle of 208.86º 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 #3F91DD is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 145 | 221 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.13 |
| HSL | 208.86º | 0.7% | 0.56% | - |
| HSV(B) | 208.86º | 0.71% | 0.87% | - |
| XYZ | 25.23 | 26.53 | 72.2 | - |
| YUV | 129.15 | 179.83 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 221 | 0.71 | 0.34 | 0 | 0.13 | 208.86 | 0.7 | 0.56 |
| Hex | 3F | 91 | DD | 47 | 22 | 0 | D | D1 | 46 | 38 |
| Octal | 77 | 221 | 335 | 107 | 42 | 0 | 15 | 321 | 106 | 70 |
| Binary | 111111 | 10010001 | 11011101 | 1000111 | 100010 | 0 | 1101 | 11010001 | 1000110 | 111000 |
Color Harmonies of #3F91DD
Complementary color
Monochromatic Colors of #3F91DD
Black with #3F91DD
Text Example
Text Example
White with #3F91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F91DD; }
p { color: rgb(63,145,221); }
H1.HeaderClassName
{
color: #3F91DD;
}
.AnyTagClassName
{
color: #3F91DD;
}
</style>
background-color css
<style>
a { background-color: #3F91DD; }
a { background-color: rgb(63,145,221); }
div.DivClassName
{
background-color: #3F91DD;
}
.BgClassName
{
background-color: #3F91DD;
}
</style>
border-color css
<style>
span { border-color: #3F91DD; }
span { border-color: rgb(63,145,221); }
td.TdClassName
{
border-color: #3F91DD;
}
.TagClassName
{
border-color: #3F91DD;
}
</style>