Shades of Picton Blue #3F90DF
Tints of Picton Blue #3F90DF
RGB
CMYK
RGB Variations
Color information
#3F90DF (or 0x3F90DF) is known color: Picton Blue. HEX triplet: 3F, 90 and DF. RGB value is (63,144,223). Sum of RGB (Red+Green+Blue) = 63+144+223=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F90DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F90DF is #C06F20. Grayscale: #808080. Windows color (decimal): -12611361 or 14651455. OLE color: 14651455.
HSL color Cylindrical-coordinate representation of color #3F90DF: hue angle of 209.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F90DF is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 144 | 223 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.13 |
| HSL | 209.63º | 0.71% | 0.56% | - |
| HSV(B) | 209.63º | 0.72% | 0.87% | - |
| XYZ | 25.34 | 26.33 | 73.56 | - |
| YUV | 128.79 | 181.16 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 223 | 0.72 | 0.35 | 0 | 0.13 | 209.63 | 0.71 | 0.56 |
| Hex | 3F | 90 | DF | 48 | 23 | 0 | D | D2 | 47 | 38 |
| Octal | 77 | 220 | 337 | 110 | 43 | 0 | 15 | 322 | 107 | 70 |
| Binary | 111111 | 10010000 | 11011111 | 1001000 | 100011 | 0 | 1101 | 11010010 | 1000111 | 111000 |
Color Harmonies of #3F90DF
Complementary color
Monochromatic Colors of #3F90DF
Black with #3F90DF
Text Example
Text Example
White with #3F90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F90DF; }
p { color: rgb(63,144,223); }
H1.HeaderClassName
{
color: #3F90DF;
}
.AnyTagClassName
{
color: #3F90DF;
}
</style>
background-color css
<style>
a { background-color: #3F90DF; }
a { background-color: rgb(63,144,223); }
div.DivClassName
{
background-color: #3F90DF;
}
.BgClassName
{
background-color: #3F90DF;
}
</style>
border-color css
<style>
span { border-color: #3F90DF; }
span { border-color: rgb(63,144,223); }
td.TdClassName
{
border-color: #3F90DF;
}
.TagClassName
{
border-color: #3F90DF;
}
</style>