Shades of Picton Blue #429CCD
Tints of Picton Blue #429CCD
RGB
CMYK
RGB Variations
Color information
#429CCD (or 0x429CCD) is known color: Picton Blue. HEX triplet: 42, 9C and CD. RGB value is (66,156,205). Sum of RGB (Red+Green+Blue) = 66+156+205=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #429CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CCD is #BD6332. Grayscale: #868686. Windows color (decimal): -12411699 or 13474882. OLE color: 13474882.
HSL color Cylindrical-coordinate representation of color #429CCD: hue angle of 201.15º 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 #429CCD is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 156 | 205 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.20 |
| HSL | 201.15º | 0.58% | 0.53% | - |
| HSV(B) | 201.15º | 0.68% | 0.8% | - |
| XYZ | 25.15 | 29.34 | 62.1 | - |
| YUV | 134.68 | 167.68 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 205 | 0.68 | 0.24 | 0 | 0.20 | 201.15 | 0.58 | 0.53 |
| Hex | 42 | 9C | CD | 44 | 18 | 0 | 14 | C9 | 3A | 35 |
| Octal | 102 | 234 | 315 | 104 | 30 | 0 | 24 | 311 | 72 | 65 |
| Binary | 1000010 | 10011100 | 11001101 | 1000100 | 11000 | 0 | 10100 | 11001001 | 111010 | 110101 |
Color Harmonies of #429CCD
Complementary color
Monochromatic Colors of #429CCD
Black with #429CCD
Text Example
Text Example
White with #429CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429CCD; }
p { color: rgb(66,156,205); }
H1.HeaderClassName
{
color: #429CCD;
}
.AnyTagClassName
{
color: #429CCD;
}
</style>
background-color css
<style>
a { background-color: #429CCD; }
a { background-color: rgb(66,156,205); }
div.DivClassName
{
background-color: #429CCD;
}
.BgClassName
{
background-color: #429CCD;
}
</style>
border-color css
<style>
span { border-color: #429CCD; }
span { border-color: rgb(66,156,205); }
td.TdClassName
{
border-color: #429CCD;
}
.TagClassName
{
border-color: #429CCD;
}
</style>