Shades of Picton Blue #549BC3
Tints of Picton Blue #549BC3
RGB
CMYK
RGB Variations
Color information
#549BC3 (or 0x549BC3) is known color: Picton Blue. HEX triplet: 54, 9B and C3. RGB value is (84,155,195). Sum of RGB (Red+Green+Blue) = 84+155+195=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #549BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BC3 is #AB643C. Grayscale: #8A8A8A. Windows color (decimal): -11232317 or 12819284. OLE color: 12819284.
HSL color Cylindrical-coordinate representation of color #549BC3: hue angle of 201.62º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #549BC3 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 155 | 195 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.24 |
| HSL | 201.62º | 0.48% | 0.55% | - |
| HSV(B) | 201.62º | 0.57% | 0.76% | - |
| XYZ | 25.23 | 29.27 | 55.95 | - |
| YUV | 138.33 | 159.98 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 195 | 0.57 | 0.21 | 0 | 0.24 | 201.62 | 0.48 | 0.55 |
| Hex | 54 | 9B | C3 | 39 | 15 | 0 | 18 | CA | 30 | 37 |
| Octal | 124 | 233 | 303 | 71 | 25 | 0 | 30 | 312 | 60 | 67 |
| Binary | 1010100 | 10011011 | 11000011 | 111001 | 10101 | 0 | 11000 | 11001010 | 110000 | 110111 |
Color Harmonies of #549BC3
Complementary color
Monochromatic Colors of #549BC3
Black with #549BC3
Text Example
Text Example
White with #549BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BC3; }
p { color: rgb(84,155,195); }
H1.HeaderClassName
{
color: #549BC3;
}
.AnyTagClassName
{
color: #549BC3;
}
</style>
background-color css
<style>
a { background-color: #549BC3; }
a { background-color: rgb(84,155,195); }
div.DivClassName
{
background-color: #549BC3;
}
.BgClassName
{
background-color: #549BC3;
}
</style>
border-color css
<style>
span { border-color: #549BC3; }
span { border-color: rgb(84,155,195); }
td.TdClassName
{
border-color: #549BC3;
}
.TagClassName
{
border-color: #549BC3;
}
</style>