Shades of Picton Blue #429CCC
Tints of Picton Blue #429CCC
RGB
CMYK
RGB Variations
Color information
#429CCC (or 0x429CCC) is known color: Picton Blue. HEX triplet: 42, 9C and CC. RGB value is (66,156,204). Sum of RGB (Red+Green+Blue) = 66+156+204=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #429CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CCC is #BD6333. Grayscale: #868686. Windows color (decimal): -12411700 or 13409346. OLE color: 13409346.
HSL color Cylindrical-coordinate representation of color #429CCC: hue angle of 200.87º degrees, saturation: 0.57, 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 #429CCC is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 156 | 204 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.2 |
| HSL | 200.87º | 0.58% | 0.53% | - |
| HSV(B) | 200.87º | 0.68% | 0.8% | - |
| XYZ | 25.03 | 29.29 | 61.46 | - |
| YUV | 134.56 | 167.18 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 204 | 0.68 | 0.24 | 0 | 0.2 | 200.87 | 0.58 | 0.53 |
| Hex | 42 | 9C | CC | 44 | 18 | 0 | 14 | C9 | 3A | 35 |
| Octal | 102 | 234 | 314 | 104 | 30 | 0 | 24 | 311 | 72 | 65 |
| Binary | 1000010 | 10011100 | 11001100 | 1000100 | 11000 | 0 | 10100 | 11001001 | 111010 | 110101 |
Color Harmonies of #429CCC
Complementary color
Monochromatic Colors of #429CCC
Black with #429CCC
Text Example
Text Example
White with #429CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429CCC; }
p { color: rgb(66,156,204); }
H1.HeaderClassName
{
color: #429CCC;
}
.AnyTagClassName
{
color: #429CCC;
}
</style>
background-color css
<style>
a { background-color: #429CCC; }
a { background-color: rgb(66,156,204); }
div.DivClassName
{
background-color: #429CCC;
}
.BgClassName
{
background-color: #429CCC;
}
</style>
border-color css
<style>
span { border-color: #429CCC; }
span { border-color: rgb(66,156,204); }
td.TdClassName
{
border-color: #429CCC;
}
.TagClassName
{
border-color: #429CCC;
}
</style>