Shades of Picton Blue #429ACB
Tints of Picton Blue #429ACB
RGB
CMYK
RGB Variations
Color information
#429ACB (or 0x429ACB) is known color: Picton Blue. HEX triplet: 42, 9A and CB. RGB value is (66,154,203). Sum of RGB (Red+Green+Blue) = 66+154+203=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #429ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ACB is #BD6534. Grayscale: #848484. Windows color (decimal): -12412213 or 13343298. OLE color: 13343298.
HSL color Cylindrical-coordinate representation of color #429ACB: hue angle of 201.46º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #429ACB is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 154 | 203 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.20 |
| HSL | 201.46º | 0.57% | 0.53% | - |
| HSV(B) | 201.46º | 0.67% | 0.8% | - |
| XYZ | 24.58 | 28.58 | 60.72 | - |
| YUV | 133.27 | 167.35 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 203 | 0.67 | 0.24 | 0 | 0.20 | 201.46 | 0.57 | 0.53 |
| Hex | 42 | 9A | CB | 43 | 18 | 0 | 14 | C9 | 39 | 35 |
| Octal | 102 | 232 | 313 | 103 | 30 | 0 | 24 | 311 | 71 | 65 |
| Binary | 1000010 | 10011010 | 11001011 | 1000011 | 11000 | 0 | 10100 | 11001001 | 111001 | 110101 |
Color Harmonies of #429ACB
Complementary color
Monochromatic Colors of #429ACB
Black with #429ACB
Text Example
Text Example
White with #429ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429ACB; }
p { color: rgb(66,154,203); }
H1.HeaderClassName
{
color: #429ACB;
}
.AnyTagClassName
{
color: #429ACB;
}
</style>
background-color css
<style>
a { background-color: #429ACB; }
a { background-color: rgb(66,154,203); }
div.DivClassName
{
background-color: #429ACB;
}
.BgClassName
{
background-color: #429ACB;
}
</style>
border-color css
<style>
span { border-color: #429ACB; }
span { border-color: rgb(66,154,203); }
td.TdClassName
{
border-color: #429ACB;
}
.TagClassName
{
border-color: #429ACB;
}
</style>