Shades of Picton Blue #3F99CF
Tints of Picton Blue #3F99CF
RGB
CMYK
RGB Variations
Color information
#3F99CF (or 0x3F99CF) is known color: Picton Blue. HEX triplet: 3F, 99 and CF. RGB value is (63,153,207). Sum of RGB (Red+Green+Blue) = 63+153+207=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F99CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F99CF is #C06630. Grayscale: #838383. Windows color (decimal): -12609073 or 13605183. OLE color: 13605183.
HSL color Cylindrical-coordinate representation of color #3F99CF: hue angle of 202.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F99CF is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 153 | 207 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.19 |
| HSL | 202.5º | 0.6% | 0.53% | - |
| HSV(B) | 202.5º | 0.7% | 0.81% | - |
| XYZ | 24.7 | 28.34 | 63.2 | - |
| YUV | 132.25 | 170.18 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 207 | 0.70 | 0.26 | 0 | 0.19 | 202.5 | 0.6 | 0.53 |
| Hex | 3F | 99 | CF | 46 | 1A | 0 | 13 | CA | 3C | 35 |
| Octal | 77 | 231 | 317 | 106 | 32 | 0 | 23 | 312 | 74 | 65 |
| Binary | 111111 | 10011001 | 11001111 | 1000110 | 11010 | 0 | 10011 | 11001010 | 111100 | 110101 |
Color Harmonies of #3F99CF
Complementary color
Monochromatic Colors of #3F99CF
Black with #3F99CF
Text Example
Text Example
White with #3F99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F99CF; }
p { color: rgb(63,153,207); }
H1.HeaderClassName
{
color: #3F99CF;
}
.AnyTagClassName
{
color: #3F99CF;
}
</style>
background-color css
<style>
a { background-color: #3F99CF; }
a { background-color: rgb(63,153,207); }
div.DivClassName
{
background-color: #3F99CF;
}
.BgClassName
{
background-color: #3F99CF;
}
</style>
border-color css
<style>
span { border-color: #3F99CF; }
span { border-color: rgb(63,153,207); }
td.TdClassName
{
border-color: #3F99CF;
}
.TagClassName
{
border-color: #3F99CF;
}
</style>