Shades of Picton Blue #3F8EDC
Tints of Picton Blue #3F8EDC
RGB
CMYK
RGB Variations
Color information
#3F8EDC (or 0x3F8EDC) is known color: Picton Blue. HEX triplet: 3F, 8E and DC. RGB value is (63,142,220). Sum of RGB (Red+Green+Blue) = 63+142+220=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F8EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8EDC is #C07123. Grayscale: #7E7E7E. Windows color (decimal): -12611876 or 14454335. OLE color: 14454335.
HSL color Cylindrical-coordinate representation of color #3F8EDC: hue angle of 209.81º degrees, saturation: 0.69, 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 #3F8EDC is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 142 | 220 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.14 |
| HSL | 209.81º | 0.69% | 0.55% | - |
| HSV(B) | 209.81º | 0.71% | 0.86% | - |
| XYZ | 24.64 | 25.57 | 71.35 | - |
| YUV | 127.27 | 180.33 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 142 | 220 | 0.71 | 0.35 | 0 | 0.14 | 209.81 | 0.69 | 0.55 |
| Hex | 3F | 8E | DC | 47 | 23 | 0 | E | D2 | 45 | 37 |
| Octal | 77 | 216 | 334 | 107 | 43 | 0 | 16 | 322 | 105 | 67 |
| Binary | 111111 | 10001110 | 11011100 | 1000111 | 100011 | 0 | 1110 | 11010010 | 1000101 | 110111 |
Color Harmonies of #3F8EDC
Complementary color
Monochromatic Colors of #3F8EDC
Black with #3F8EDC
Text Example
Text Example
White with #3F8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8EDC; }
p { color: rgb(63,142,220); }
H1.HeaderClassName
{
color: #3F8EDC;
}
.AnyTagClassName
{
color: #3F8EDC;
}
</style>
background-color css
<style>
a { background-color: #3F8EDC; }
a { background-color: rgb(63,142,220); }
div.DivClassName
{
background-color: #3F8EDC;
}
.BgClassName
{
background-color: #3F8EDC;
}
</style>
border-color css
<style>
span { border-color: #3F8EDC; }
span { border-color: rgb(63,142,220); }
td.TdClassName
{
border-color: #3F8EDC;
}
.TagClassName
{
border-color: #3F8EDC;
}
</style>