Shades of Picton Blue #409ACE
Tints of Picton Blue #409ACE
RGB
CMYK
RGB Variations
Color information
#409ACE (or 0x409ACE) is known color: Picton Blue. HEX triplet: 40, 9A and CE. RGB value is (64,154,206). Sum of RGB (Red+Green+Blue) = 64+154+206=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #409ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409ACE is #BF6531. Grayscale: #848484. Windows color (decimal): -12543282 or 13539904. OLE color: 13539904.
HSL color Cylindrical-coordinate representation of color #409ACE: hue angle of 201.97º 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 #409ACE is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 154 | 206 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.19 |
| HSL | 201.97º | 0.59% | 0.53% | - |
| HSV(B) | 201.97º | 0.69% | 0.81% | - |
| XYZ | 24.81 | 28.66 | 62.62 | - |
| YUV | 133.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 206 | 0.69 | 0.25 | 0 | 0.19 | 201.97 | 0.59 | 0.53 |
| Hex | 40 | 9A | CE | 45 | 19 | 0 | 13 | CA | 3B | 35 |
| Octal | 100 | 232 | 316 | 105 | 31 | 0 | 23 | 312 | 73 | 65 |
| Binary | 1000000 | 10011010 | 11001110 | 1000101 | 11001 | 0 | 10011 | 11001010 | 111011 | 110101 |
Color Harmonies of #409ACE
Complementary color
Monochromatic Colors of #409ACE
Black with #409ACE
Text Example
Text Example
White with #409ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409ACE; }
p { color: rgb(64,154,206); }
H1.HeaderClassName
{
color: #409ACE;
}
.AnyTagClassName
{
color: #409ACE;
}
</style>
background-color css
<style>
a { background-color: #409ACE; }
a { background-color: rgb(64,154,206); }
div.DivClassName
{
background-color: #409ACE;
}
.BgClassName
{
background-color: #409ACE;
}
</style>
border-color css
<style>
span { border-color: #409ACE; }
span { border-color: rgb(64,154,206); }
td.TdClassName
{
border-color: #409ACE;
}
.TagClassName
{
border-color: #409ACE;
}
</style>