Shades of Picton Blue #438DDD
Tints of Picton Blue #438DDD
RGB
CMYK
RGB Variations
Color information
#438DDD (or 0x438DDD) is known color: Picton Blue. HEX triplet: 43, 8D and DD. RGB value is (67,141,221). Sum of RGB (Red+Green+Blue) = 67+141+221=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #438DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DDD is #BC7222. Grayscale: #7F7F7F. Windows color (decimal): -12349987 or 14519619. OLE color: 14519619.
HSL color Cylindrical-coordinate representation of color #438DDD: hue angle of 211.17º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #438DDD is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 141 | 221 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.13 |
| HSL | 211.17º | 0.69% | 0.56% | - |
| HSV(B) | 211.17º | 0.7% | 0.87% | - |
| XYZ | 24.89 | 25.46 | 72.01 | - |
| YUV | 127.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 221 | 0.70 | 0.36 | 0 | 0.13 | 211.17 | 0.69 | 0.56 |
| Hex | 43 | 8D | DD | 46 | 24 | 0 | D | D3 | 45 | 38 |
| Octal | 103 | 215 | 335 | 106 | 44 | 0 | 15 | 323 | 105 | 70 |
| Binary | 1000011 | 10001101 | 11011101 | 1000110 | 100100 | 0 | 1101 | 11010011 | 1000101 | 111000 |
Color Harmonies of #438DDD
Complementary color
Monochromatic Colors of #438DDD
Black with #438DDD
Text Example
Text Example
White with #438DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438DDD; }
p { color: rgb(67,141,221); }
H1.HeaderClassName
{
color: #438DDD;
}
.AnyTagClassName
{
color: #438DDD;
}
</style>
background-color css
<style>
a { background-color: #438DDD; }
a { background-color: rgb(67,141,221); }
div.DivClassName
{
background-color: #438DDD;
}
.BgClassName
{
background-color: #438DDD;
}
</style>
border-color css
<style>
span { border-color: #438DDD; }
span { border-color: rgb(67,141,221); }
td.TdClassName
{
border-color: #438DDD;
}
.TagClassName
{
border-color: #438DDD;
}
</style>