Shades of Picton Blue #4390DB
Tints of Picton Blue #4390DB
RGB
CMYK
RGB Variations
Color information
#4390DB (or 0x4390DB) is known color: Picton Blue. HEX triplet: 43, 90 and DB. RGB value is (67,144,219). Sum of RGB (Red+Green+Blue) = 67+144+219=430 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.58% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #4390DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4390DB is #BC6F24. Grayscale: #818181. Windows color (decimal): -12349221 or 14389315. OLE color: 14389315.
HSL color Cylindrical-coordinate representation of color #4390DB: hue angle of 209.61º 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 #4390DB is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 144 | 219 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.14 |
| HSL | 209.61º | 0.68% | 0.56% | - |
| HSV(B) | 209.61º | 0.69% | 0.86% | - |
| XYZ | 25.07 | 26.25 | 70.76 | - |
| YUV | 129.53 | 178.49 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 219 | 0.69 | 0.34 | 0 | 0.14 | 209.61 | 0.68 | 0.56 |
| Hex | 43 | 90 | DB | 45 | 22 | 0 | E | D2 | 44 | 38 |
| Octal | 103 | 220 | 333 | 105 | 42 | 0 | 16 | 322 | 104 | 70 |
| Binary | 1000011 | 10010000 | 11011011 | 1000101 | 100010 | 0 | 1110 | 11010010 | 1000100 | 111000 |
Color Harmonies of #4390DB
Complementary color
Monochromatic Colors of #4390DB
Black with #4390DB
Text Example
Text Example
White with #4390DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4390DB; }
p { color: rgb(67,144,219); }
H1.HeaderClassName
{
color: #4390DB;
}
.AnyTagClassName
{
color: #4390DB;
}
</style>
background-color css
<style>
a { background-color: #4390DB; }
a { background-color: rgb(67,144,219); }
div.DivClassName
{
background-color: #4390DB;
}
.BgClassName
{
background-color: #4390DB;
}
</style>
border-color css
<style>
span { border-color: #4390DB; }
span { border-color: rgb(67,144,219); }
td.TdClassName
{
border-color: #4390DB;
}
.TagClassName
{
border-color: #4390DB;
}
</style>