Shades of Picton Blue #408FE3
Tints of Picton Blue #408FE3
RGB
CMYK
RGB Variations
Color information
#408FE3 (or 0x408FE3) is known color: Picton Blue. HEX triplet: 40, 8F and E3. RGB value is (64,143,227). Sum of RGB (Red+Green+Blue) = 64+143+227=434 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.75% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 227 (89.06% from 255 or 52.30% from 434); Max value from RGB is 227 - color contains mainly: blue. Hex color #408FE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FE3 is #BF701C. Grayscale: #808080. Windows color (decimal): -12546077 or 14913344. OLE color: 14913344.
HSL color Cylindrical-coordinate representation of color #408FE3: hue angle of 210.92º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #408FE3 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 143 | 227 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.11 |
| HSL | 210.92º | 0.74% | 0.57% | - |
| HSV(B) | 210.92º | 0.72% | 0.89% | - |
| XYZ | 25.8 | 26.28 | 76.39 | - |
| YUV | 128.96 | 183.33 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 227 | 0.72 | 0.37 | 0 | 0.11 | 210.92 | 0.74 | 0.57 |
| Hex | 40 | 8F | E3 | 48 | 25 | 0 | B | D3 | 4A | 39 |
| Octal | 100 | 217 | 343 | 110 | 45 | 0 | 13 | 323 | 112 | 71 |
| Binary | 1000000 | 10001111 | 11100011 | 1001000 | 100101 | 0 | 1011 | 11010011 | 1001010 | 111001 |
Color Harmonies of #408FE3
Complementary color
Monochromatic Colors of #408FE3
Black with #408FE3
Text Example
Text Example
White with #408FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FE3; }
p { color: rgb(64,143,227); }
H1.HeaderClassName
{
color: #408FE3;
}
.AnyTagClassName
{
color: #408FE3;
}
</style>
background-color css
<style>
a { background-color: #408FE3; }
a { background-color: rgb(64,143,227); }
div.DivClassName
{
background-color: #408FE3;
}
.BgClassName
{
background-color: #408FE3;
}
</style>
border-color css
<style>
span { border-color: #408FE3; }
span { border-color: rgb(64,143,227); }
td.TdClassName
{
border-color: #408FE3;
}
.TagClassName
{
border-color: #408FE3;
}
</style>