Shades of Picton Blue #419CCC
Tints of Picton Blue #419CCC
RGB
CMYK
RGB Variations
Color information
#419CCC (or 0x419CCC) is known color: Picton Blue. HEX triplet: 41, 9C and CC. RGB value is (65,156,204). Sum of RGB (Red+Green+Blue) = 65+156+204=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #419CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CCC is #BE6333. Grayscale: #858585. Windows color (decimal): -12477236 or 13409345. OLE color: 13409345.
HSL color Cylindrical-coordinate representation of color #419CCC: hue angle of 200.72º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #419CCC is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 156 | 204 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.2 |
| HSL | 200.72º | 0.58% | 0.53% | - |
| HSV(B) | 200.72º | 0.68% | 0.8% | - |
| XYZ | 24.97 | 29.26 | 61.46 | - |
| YUV | 134.26 | 167.35 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 156 | 204 | 0.68 | 0.24 | 0 | 0.2 | 200.72 | 0.58 | 0.53 |
| Hex | 41 | 9C | CC | 44 | 18 | 0 | 14 | C9 | 3A | 35 |
| Octal | 101 | 234 | 314 | 104 | 30 | 0 | 24 | 311 | 72 | 65 |
| Binary | 1000001 | 10011100 | 11001100 | 1000100 | 11000 | 0 | 10100 | 11001001 | 111010 | 110101 |
Color Harmonies of #419CCC
Complementary color
Monochromatic Colors of #419CCC
Black with #419CCC
Text Example
Text Example
White with #419CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419CCC; }
p { color: rgb(65,156,204); }
H1.HeaderClassName
{
color: #419CCC;
}
.AnyTagClassName
{
color: #419CCC;
}
</style>
background-color css
<style>
a { background-color: #419CCC; }
a { background-color: rgb(65,156,204); }
div.DivClassName
{
background-color: #419CCC;
}
.BgClassName
{
background-color: #419CCC;
}
</style>
border-color css
<style>
span { border-color: #419CCC; }
span { border-color: rgb(65,156,204); }
td.TdClassName
{
border-color: #419CCC;
}
.TagClassName
{
border-color: #419CCC;
}
</style>