Shades of Picton Blue #429CCB
Tints of Picton Blue #429CCB
RGB
CMYK
RGB Variations
Color information
#429CCB (or 0x429CCB) is known color: Picton Blue. HEX triplet: 42, 9C and CB. RGB value is (66,156,203). Sum of RGB (Red+Green+Blue) = 66+156+203=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #429CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CCB is #BD6334. Grayscale: #868686. Windows color (decimal): -12411701 or 13343810. OLE color: 13343810.
HSL color Cylindrical-coordinate representation of color #429CCB: hue angle of 200.58º 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 #429CCB is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 156 | 203 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.20 |
| HSL | 200.58º | 0.57% | 0.53% | - |
| HSV(B) | 200.58º | 0.67% | 0.8% | - |
| XYZ | 24.91 | 29.25 | 60.83 | - |
| YUV | 134.45 | 166.68 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 203 | 0.67 | 0.23 | 0 | 0.20 | 200.58 | 0.57 | 0.53 |
| Hex | 42 | 9C | CB | 43 | 17 | 0 | 14 | C9 | 39 | 35 |
| Octal | 102 | 234 | 313 | 103 | 27 | 0 | 24 | 311 | 71 | 65 |
| Binary | 1000010 | 10011100 | 11001011 | 1000011 | 10111 | 0 | 10100 | 11001001 | 111001 | 110101 |
Color Harmonies of #429CCB
Complementary color
Monochromatic Colors of #429CCB
Black with #429CCB
Text Example
Text Example
White with #429CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429CCB; }
p { color: rgb(66,156,203); }
H1.HeaderClassName
{
color: #429CCB;
}
.AnyTagClassName
{
color: #429CCB;
}
</style>
background-color css
<style>
a { background-color: #429CCB; }
a { background-color: rgb(66,156,203); }
div.DivClassName
{
background-color: #429CCB;
}
.BgClassName
{
background-color: #429CCB;
}
</style>
border-color css
<style>
span { border-color: #429CCB; }
span { border-color: rgb(66,156,203); }
td.TdClassName
{
border-color: #429CCB;
}
.TagClassName
{
border-color: #429CCB;
}
</style>