Shades of Picton Blue #72A2C9
Tints of Picton Blue #72A2C9
RGB
CMYK
RGB Variations
Color information
#72A2C9 (or 0x72A2C9) is known color: Picton Blue. HEX triplet: 72, A2 and C9. RGB value is (114,162,201). Sum of RGB (Red+Green+Blue) = 114+162+201=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #72A2C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A2C9 is #8D5D36. Grayscale: #979797. Windows color (decimal): -9264439 or 13214322. OLE color: 13214322.
HSL color Cylindrical-coordinate representation of color #72A2C9: hue angle of 206.9º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72A2C9 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 162 | 201 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.21 |
| HSL | 206.9º | 0.45% | 0.62% | - |
| HSV(B) | 206.9º | 0.43% | 0.79% | - |
| XYZ | 30.4 | 33.64 | 60.15 | - |
| YUV | 152.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 201 | 0.43 | 0.19 | 0 | 0.21 | 206.9 | 0.45 | 0.62 |
| Hex | 72 | A2 | C9 | 2B | 13 | 0 | 15 | CF | 2D | 3E |
| Octal | 162 | 242 | 311 | 53 | 23 | 0 | 25 | 317 | 55 | 76 |
| Binary | 1110010 | 10100010 | 11001001 | 101011 | 10011 | 0 | 10101 | 11001111 | 101101 | 111110 |
Color Harmonies of #72A2C9
Complementary color
Monochromatic Colors of #72A2C9
Black with #72A2C9
Text Example
Text Example
White with #72A2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A2C9; }
p { color: rgb(114,162,201); }
H1.HeaderClassName
{
color: #72A2C9;
}
.AnyTagClassName
{
color: #72A2C9;
}
</style>
background-color css
<style>
a { background-color: #72A2C9; }
a { background-color: rgb(114,162,201); }
div.DivClassName
{
background-color: #72A2C9;
}
.BgClassName
{
background-color: #72A2C9;
}
</style>
border-color css
<style>
span { border-color: #72A2C9; }
span { border-color: rgb(114,162,201); }
td.TdClassName
{
border-color: #72A2C9;
}
.TagClassName
{
border-color: #72A2C9;
}
</style>