Shades of Picton Blue #3F94DA
Tints of Picton Blue #3F94DA
RGB
CMYK
RGB Variations
Color information
#3F94DA (or 0x3F94DA) is known color: Picton Blue. HEX triplet: 3F, 94 and DA. RGB value is (63,148,218). Sum of RGB (Red+Green+Blue) = 63+148+218=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F94DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94DA is #C06B25. Grayscale: #828282. Windows color (decimal): -12610342 or 14324799. OLE color: 14324799.
HSL color Cylindrical-coordinate representation of color #3F94DA: hue angle of 207.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F94DA is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 148 | 218 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.15 |
| HSL | 207.1º | 0.68% | 0.55% | - |
| HSV(B) | 207.1º | 0.71% | 0.85% | - |
| XYZ | 25.29 | 27.3 | 70.27 | - |
| YUV | 130.57 | 177.34 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 218 | 0.71 | 0.32 | 0 | 0.15 | 207.1 | 0.68 | 0.55 |
| Hex | 3F | 94 | DA | 47 | 20 | 0 | F | CF | 44 | 37 |
| Octal | 77 | 224 | 332 | 107 | 40 | 0 | 17 | 317 | 104 | 67 |
| Binary | 111111 | 10010100 | 11011010 | 1000111 | 100000 | 0 | 1111 | 11001111 | 1000100 | 110111 |
Color Harmonies of #3F94DA
Complementary color
Monochromatic Colors of #3F94DA
Black with #3F94DA
Text Example
Text Example
White with #3F94DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F94DA; }
p { color: rgb(63,148,218); }
H1.HeaderClassName
{
color: #3F94DA;
}
.AnyTagClassName
{
color: #3F94DA;
}
</style>
background-color css
<style>
a { background-color: #3F94DA; }
a { background-color: rgb(63,148,218); }
div.DivClassName
{
background-color: #3F94DA;
}
.BgClassName
{
background-color: #3F94DA;
}
</style>
border-color css
<style>
span { border-color: #3F94DA; }
span { border-color: rgb(63,148,218); }
td.TdClassName
{
border-color: #3F94DA;
}
.TagClassName
{
border-color: #3F94DA;
}
</style>