Shades of Picton Blue #439BCF
Tints of Picton Blue #439BCF
RGB
CMYK
RGB Variations
Color information
#439BCF (or 0x439BCF) is known color: Picton Blue. HEX triplet: 43, 9B and CF. RGB value is (67,155,207). Sum of RGB (Red+Green+Blue) = 67+155+207=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #439BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #439BCF is #BC6430. Grayscale: #868686. Windows color (decimal): -12346417 or 13605699. OLE color: 13605699.
HSL color Cylindrical-coordinate representation of color #439BCF: hue angle of 202.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #439BCF is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 155 | 207 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.19 |
| HSL | 202.29º | 0.59% | 0.54% | - |
| HSV(B) | 202.29º | 0.68% | 0.81% | - |
| XYZ | 25.3 | 29.14 | 63.32 | - |
| YUV | 134.62 | 168.85 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 155 | 207 | 0.68 | 0.25 | 0 | 0.19 | 202.29 | 0.59 | 0.54 |
| Hex | 43 | 9B | CF | 44 | 19 | 0 | 13 | CA | 3B | 36 |
| Octal | 103 | 233 | 317 | 104 | 31 | 0 | 23 | 312 | 73 | 66 |
| Binary | 1000011 | 10011011 | 11001111 | 1000100 | 11001 | 0 | 10011 | 11001010 | 111011 | 110110 |
Color Harmonies of #439BCF
Complementary color
Monochromatic Colors of #439BCF
Black with #439BCF
Text Example
Text Example
White with #439BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439BCF; }
p { color: rgb(67,155,207); }
H1.HeaderClassName
{
color: #439BCF;
}
.AnyTagClassName
{
color: #439BCF;
}
</style>
background-color css
<style>
a { background-color: #439BCF; }
a { background-color: rgb(67,155,207); }
div.DivClassName
{
background-color: #439BCF;
}
.BgClassName
{
background-color: #439BCF;
}
</style>
border-color css
<style>
span { border-color: #439BCF; }
span { border-color: rgb(67,155,207); }
td.TdClassName
{
border-color: #439BCF;
}
.TagClassName
{
border-color: #439BCF;
}
</style>