Shades of Picton Blue #3F99CE
Tints of Picton Blue #3F99CE
RGB
CMYK
RGB Variations
Color information
#3F99CE (or 0x3F99CE) is known color: Picton Blue. HEX triplet: 3F, 99 and CE. RGB value is (63,153,206). Sum of RGB (Red+Green+Blue) = 63+153+206=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F99CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F99CE is #C06631. Grayscale: #838383. Windows color (decimal): -12609074 or 13539647. OLE color: 13539647.
HSL color Cylindrical-coordinate representation of color #3F99CE: hue angle of 202.24º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F99CE is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 153 | 206 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.19 |
| HSL | 202.24º | 0.59% | 0.53% | - |
| HSV(B) | 202.24º | 0.69% | 0.81% | - |
| XYZ | 24.58 | 28.3 | 62.56 | - |
| YUV | 132.13 | 169.68 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 206 | 0.69 | 0.26 | 0 | 0.19 | 202.24 | 0.59 | 0.53 |
| Hex | 3F | 99 | CE | 45 | 1A | 0 | 13 | CA | 3B | 35 |
| Octal | 77 | 231 | 316 | 105 | 32 | 0 | 23 | 312 | 73 | 65 |
| Binary | 111111 | 10011001 | 11001110 | 1000101 | 11010 | 0 | 10011 | 11001010 | 111011 | 110101 |
Color Harmonies of #3F99CE
Complementary color
Monochromatic Colors of #3F99CE
Black with #3F99CE
Text Example
Text Example
White with #3F99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F99CE; }
p { color: rgb(63,153,206); }
H1.HeaderClassName
{
color: #3F99CE;
}
.AnyTagClassName
{
color: #3F99CE;
}
</style>
background-color css
<style>
a { background-color: #3F99CE; }
a { background-color: rgb(63,153,206); }
div.DivClassName
{
background-color: #3F99CE;
}
.BgClassName
{
background-color: #3F99CE;
}
</style>
border-color css
<style>
span { border-color: #3F99CE; }
span { border-color: rgb(63,153,206); }
td.TdClassName
{
border-color: #3F99CE;
}
.TagClassName
{
border-color: #3F99CE;
}
</style>