Shades of Picton Blue #439ADC
Tints of Picton Blue #439ADC
RGB
CMYK
RGB Variations
Color information
#439ADC (or 0x439ADC) is known color: Picton Blue. HEX triplet: 43, 9A and DC. RGB value is (67,154,220). Sum of RGB (Red+Green+Blue) = 67+154+220=441 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.19% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #439ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #439ADC is #BC6523. Grayscale: #878787. Windows color (decimal): -12346660 or 14457411. OLE color: 14457411.
HSL color Cylindrical-coordinate representation of color #439ADC: hue angle of 205.88º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #439ADC is Cyan = 0.70, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 154 | 220 | - |
| CMYK | 0.70 | 0.3 | 0 | 0.14 |
| HSL | 205.88º | 0.69% | 0.56% | - |
| HSV(B) | 205.88º | 0.7% | 0.86% | - |
| XYZ | 26.79 | 29.47 | 71.99 | - |
| YUV | 135.51 | 175.68 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 154 | 220 | 0.70 | 0.3 | 0 | 0.14 | 205.88 | 0.69 | 0.56 |
| Hex | 43 | 9A | DC | 46 | 1E | 0 | E | CE | 45 | 38 |
| Octal | 103 | 232 | 334 | 106 | 36 | 0 | 16 | 316 | 105 | 70 |
| Binary | 1000011 | 10011010 | 11011100 | 1000110 | 11110 | 0 | 1110 | 11001110 | 1000101 | 111000 |
Color Harmonies of #439ADC
Complementary color
Monochromatic Colors of #439ADC
Black with #439ADC
Text Example
Text Example
White with #439ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439ADC; }
p { color: rgb(67,154,220); }
H1.HeaderClassName
{
color: #439ADC;
}
.AnyTagClassName
{
color: #439ADC;
}
</style>
background-color css
<style>
a { background-color: #439ADC; }
a { background-color: rgb(67,154,220); }
div.DivClassName
{
background-color: #439ADC;
}
.BgClassName
{
background-color: #439ADC;
}
</style>
border-color css
<style>
span { border-color: #439ADC; }
span { border-color: rgb(67,154,220); }
td.TdClassName
{
border-color: #439ADC;
}
.TagClassName
{
border-color: #439ADC;
}
</style>