Shades of Picton Blue #438DDB
Tints of Picton Blue #438DDB
RGB
CMYK
RGB Variations
Color information
#438DDB (or 0x438DDB) is known color: Picton Blue. HEX triplet: 43, 8D and DB. RGB value is (67,141,219). Sum of RGB (Red+Green+Blue) = 67+141+219=427 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.69% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #438DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DDB is #BC7224. Grayscale: #7F7F7F. Windows color (decimal): -12349989 or 14388547. OLE color: 14388547.
HSL color Cylindrical-coordinate representation of color #438DDB: hue angle of 210.79º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #438DDB is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 141 | 219 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.14 |
| HSL | 210.79º | 0.68% | 0.56% | - |
| HSV(B) | 210.79º | 0.69% | 0.86% | - |
| XYZ | 24.63 | 25.36 | 70.61 | - |
| YUV | 127.77 | 179.48 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 219 | 0.69 | 0.36 | 0 | 0.14 | 210.79 | 0.68 | 0.56 |
| Hex | 43 | 8D | DB | 45 | 24 | 0 | E | D3 | 44 | 38 |
| Octal | 103 | 215 | 333 | 105 | 44 | 0 | 16 | 323 | 104 | 70 |
| Binary | 1000011 | 10001101 | 11011011 | 1000101 | 100100 | 0 | 1110 | 11010011 | 1000100 | 111000 |
Color Harmonies of #438DDB
Complementary color
Monochromatic Colors of #438DDB
Black with #438DDB
Text Example
Text Example
White with #438DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438DDB; }
p { color: rgb(67,141,219); }
H1.HeaderClassName
{
color: #438DDB;
}
.AnyTagClassName
{
color: #438DDB;
}
</style>
background-color css
<style>
a { background-color: #438DDB; }
a { background-color: rgb(67,141,219); }
div.DivClassName
{
background-color: #438DDB;
}
.BgClassName
{
background-color: #438DDB;
}
</style>
border-color css
<style>
span { border-color: #438DDB; }
span { border-color: rgb(67,141,219); }
td.TdClassName
{
border-color: #438DDB;
}
.TagClassName
{
border-color: #438DDB;
}
</style>