Shades of Picton Blue #429DCC
Tints of Picton Blue #429DCC
RGB
CMYK
RGB Variations
Color information
#429DCC (or 0x429DCC) is known color: Picton Blue. HEX triplet: 42, 9D and CC. RGB value is (66,157,204). Sum of RGB (Red+Green+Blue) = 66+157+204=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #429DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DCC is #BD6233. Grayscale: #868686. Windows color (decimal): -12411444 or 13409602. OLE color: 13409602.
HSL color Cylindrical-coordinate representation of color #429DCC: hue angle of 200.43º 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 #429DCC is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 157 | 204 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.2 |
| HSL | 200.43º | 0.58% | 0.53% | - |
| HSV(B) | 200.43º | 0.68% | 0.8% | - |
| XYZ | 25.2 | 29.63 | 61.52 | - |
| YUV | 135.15 | 166.85 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 204 | 0.68 | 0.23 | 0 | 0.2 | 200.43 | 0.58 | 0.53 |
| Hex | 42 | 9D | CC | 44 | 17 | 0 | 14 | C8 | 3A | 35 |
| Octal | 102 | 235 | 314 | 104 | 27 | 0 | 24 | 310 | 72 | 65 |
| Binary | 1000010 | 10011101 | 11001100 | 1000100 | 10111 | 0 | 10100 | 11001000 | 111010 | 110101 |
Color Harmonies of #429DCC
Complementary color
Monochromatic Colors of #429DCC
Black with #429DCC
Text Example
Text Example
White with #429DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DCC; }
p { color: rgb(66,157,204); }
H1.HeaderClassName
{
color: #429DCC;
}
.AnyTagClassName
{
color: #429DCC;
}
</style>
background-color css
<style>
a { background-color: #429DCC; }
a { background-color: rgb(66,157,204); }
div.DivClassName
{
background-color: #429DCC;
}
.BgClassName
{
background-color: #429DCC;
}
</style>
border-color css
<style>
span { border-color: #429DCC; }
span { border-color: rgb(66,157,204); }
td.TdClassName
{
border-color: #429DCC;
}
.TagClassName
{
border-color: #429DCC;
}
</style>