Shades of Picton Blue #409CCC
Tints of Picton Blue #409CCC
RGB
CMYK
RGB Variations
Color information
#409CCC (or 0x409CCC) is known color: Picton Blue. HEX triplet: 40, 9C and CC. RGB value is (64,156,204). Sum of RGB (Red+Green+Blue) = 64+156+204=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #409CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CCC is #BF6333. Grayscale: #858585. Windows color (decimal): -12542772 or 13409344. OLE color: 13409344.
HSL color Cylindrical-coordinate representation of color #409CCC: hue angle of 200.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #409CCC is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 156 | 204 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.2 |
| HSL | 200.57º | 0.58% | 0.53% | - |
| HSV(B) | 200.57º | 0.69% | 0.8% | - |
| XYZ | 24.9 | 29.23 | 61.46 | - |
| YUV | 133.96 | 167.52 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 204 | 0.69 | 0.24 | 0 | 0.2 | 200.57 | 0.58 | 0.53 |
| Hex | 40 | 9C | CC | 45 | 18 | 0 | 14 | C9 | 3A | 35 |
| Octal | 100 | 234 | 314 | 105 | 30 | 0 | 24 | 311 | 72 | 65 |
| Binary | 1000000 | 10011100 | 11001100 | 1000101 | 11000 | 0 | 10100 | 11001001 | 111010 | 110101 |
Color Harmonies of #409CCC
Complementary color
Monochromatic Colors of #409CCC
Black with #409CCC
Text Example
Text Example
White with #409CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CCC; }
p { color: rgb(64,156,204); }
H1.HeaderClassName
{
color: #409CCC;
}
.AnyTagClassName
{
color: #409CCC;
}
</style>
background-color css
<style>
a { background-color: #409CCC; }
a { background-color: rgb(64,156,204); }
div.DivClassName
{
background-color: #409CCC;
}
.BgClassName
{
background-color: #409CCC;
}
</style>
border-color css
<style>
span { border-color: #409CCC; }
span { border-color: rgb(64,156,204); }
td.TdClassName
{
border-color: #409CCC;
}
.TagClassName
{
border-color: #409CCC;
}
</style>