Shades of Picton Blue #438FDB
Tints of Picton Blue #438FDB
RGB
CMYK
RGB Variations
Color information
#438FDB (or 0x438FDB) is known color: Picton Blue. HEX triplet: 43, 8F and DB. RGB value is (67,143,219). Sum of RGB (Red+Green+Blue) = 67+143+219=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #438FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FDB is #BC7024. Grayscale: #808080. Windows color (decimal): -12349477 or 14389059. OLE color: 14389059.
HSL color Cylindrical-coordinate representation of color #438FDB: hue angle of 210º 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 #438FDB is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 143 | 219 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.14 |
| HSL | 210º | 0.68% | 0.56% | - |
| HSV(B) | 210º | 0.69% | 0.86% | - |
| XYZ | 24.92 | 25.95 | 70.71 | - |
| YUV | 128.94 | 178.82 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 219 | 0.69 | 0.35 | 0 | 0.14 | 210 | 0.68 | 0.56 |
| Hex | 43 | 8F | DB | 45 | 23 | 0 | E | D2 | 44 | 38 |
| Octal | 103 | 217 | 333 | 105 | 43 | 0 | 16 | 322 | 104 | 70 |
| Binary | 1000011 | 10001111 | 11011011 | 1000101 | 100011 | 0 | 1110 | 11010010 | 1000100 | 111000 |
Color Harmonies of #438FDB
Complementary color
Monochromatic Colors of #438FDB
Black with #438FDB
Text Example
Text Example
White with #438FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FDB; }
p { color: rgb(67,143,219); }
H1.HeaderClassName
{
color: #438FDB;
}
.AnyTagClassName
{
color: #438FDB;
}
</style>
background-color css
<style>
a { background-color: #438FDB; }
a { background-color: rgb(67,143,219); }
div.DivClassName
{
background-color: #438FDB;
}
.BgClassName
{
background-color: #438FDB;
}
</style>
border-color css
<style>
span { border-color: #438FDB; }
span { border-color: rgb(67,143,219); }
td.TdClassName
{
border-color: #438FDB;
}
.TagClassName
{
border-color: #438FDB;
}
</style>