Shades of Picton Blue #439ACC
Tints of Picton Blue #439ACC
RGB
CMYK
RGB Variations
Color information
#439ACC (or 0x439ACC) is known color: Picton Blue. HEX triplet: 43, 9A and CC. RGB value is (67,154,204). Sum of RGB (Red+Green+Blue) = 67+154+204=425 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.76% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #439ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #439ACC is #BC6533. Grayscale: #858585. Windows color (decimal): -12346676 or 13408835. OLE color: 13408835.
HSL color Cylindrical-coordinate representation of color #439ACC: hue angle of 201.9º 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 #439ACC is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 154 | 204 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.2 |
| HSL | 201.9º | 0.57% | 0.53% | - |
| HSV(B) | 201.9º | 0.67% | 0.8% | - |
| XYZ | 24.77 | 28.66 | 61.35 | - |
| YUV | 133.69 | 167.68 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 154 | 204 | 0.67 | 0.25 | 0 | 0.2 | 201.9 | 0.57 | 0.53 |
| Hex | 43 | 9A | CC | 43 | 19 | 0 | 14 | CA | 39 | 35 |
| Octal | 103 | 232 | 314 | 103 | 31 | 0 | 24 | 312 | 71 | 65 |
| Binary | 1000011 | 10011010 | 11001100 | 1000011 | 11001 | 0 | 10100 | 11001010 | 111001 | 110101 |
Color Harmonies of #439ACC
Complementary color
Monochromatic Colors of #439ACC
Black with #439ACC
Text Example
Text Example
White with #439ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439ACC; }
p { color: rgb(67,154,204); }
H1.HeaderClassName
{
color: #439ACC;
}
.AnyTagClassName
{
color: #439ACC;
}
</style>
background-color css
<style>
a { background-color: #439ACC; }
a { background-color: rgb(67,154,204); }
div.DivClassName
{
background-color: #439ACC;
}
.BgClassName
{
background-color: #439ACC;
}
</style>
border-color css
<style>
span { border-color: #439ACC; }
span { border-color: rgb(67,154,204); }
td.TdClassName
{
border-color: #439ACC;
}
.TagClassName
{
border-color: #439ACC;
}
</style>