Shades of Picton Blue #439BCD
Tints of Picton Blue #439BCD
RGB
CMYK
RGB Variations
Color information
#439BCD (or 0x439BCD) is known color: Picton Blue. HEX triplet: 43, 9B and CD. RGB value is (67,155,205). Sum of RGB (Red+Green+Blue) = 67+155+205=427 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.69% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #439BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #439BCD is #BC6432. Grayscale: #868686. Windows color (decimal): -12346419 or 13474627. OLE color: 13474627.
HSL color Cylindrical-coordinate representation of color #439BCD: hue angle of 201.74º degrees, saturation: 0.58, 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 #439BCD is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 155 | 205 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.20 |
| HSL | 201.74º | 0.58% | 0.53% | - |
| HSV(B) | 201.74º | 0.67% | 0.8% | - |
| XYZ | 25.06 | 29.04 | 62.04 | - |
| YUV | 134.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 155 | 205 | 0.67 | 0.24 | 0 | 0.20 | 201.74 | 0.58 | 0.53 |
| Hex | 43 | 9B | CD | 43 | 18 | 0 | 14 | CA | 3A | 35 |
| Octal | 103 | 233 | 315 | 103 | 30 | 0 | 24 | 312 | 72 | 65 |
| Binary | 1000011 | 10011011 | 11001101 | 1000011 | 11000 | 0 | 10100 | 11001010 | 111010 | 110101 |
Color Harmonies of #439BCD
Complementary color
Monochromatic Colors of #439BCD
Black with #439BCD
Text Example
Text Example
White with #439BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439BCD; }
p { color: rgb(67,155,205); }
H1.HeaderClassName
{
color: #439BCD;
}
.AnyTagClassName
{
color: #439BCD;
}
</style>
background-color css
<style>
a { background-color: #439BCD; }
a { background-color: rgb(67,155,205); }
div.DivClassName
{
background-color: #439BCD;
}
.BgClassName
{
background-color: #439BCD;
}
</style>
border-color css
<style>
span { border-color: #439BCD; }
span { border-color: rgb(67,155,205); }
td.TdClassName
{
border-color: #439BCD;
}
.TagClassName
{
border-color: #439BCD;
}
</style>