Shades of Picton Blue #4394D1
Tints of Picton Blue #4394D1
RGB
CMYK
RGB Variations
Color information
#4394D1 (or 0x4394D1) is known color: Picton Blue. HEX triplet: 43, 94 and D1. RGB value is (67,148,209). Sum of RGB (Red+Green+Blue) = 67+148+209=424 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.80% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #4394D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394D1 is #BC6B2E. Grayscale: #828282. Windows color (decimal): -12348207 or 13734979. OLE color: 13734979.
HSL color Cylindrical-coordinate representation of color #4394D1: hue angle of 205.77º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4394D1 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 148 | 209 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.18 |
| HSL | 205.77º | 0.61% | 0.54% | - |
| HSV(B) | 205.77º | 0.68% | 0.82% | - |
| XYZ | 24.41 | 26.98 | 64.24 | - |
| YUV | 130.74 | 172.16 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 209 | 0.68 | 0.29 | 0 | 0.18 | 205.77 | 0.61 | 0.54 |
| Hex | 43 | 94 | D1 | 44 | 1D | 0 | 12 | CE | 3D | 36 |
| Octal | 103 | 224 | 321 | 104 | 35 | 0 | 22 | 316 | 75 | 66 |
| Binary | 1000011 | 10010100 | 11010001 | 1000100 | 11101 | 0 | 10010 | 11001110 | 111101 | 110110 |
Color Harmonies of #4394D1
Complementary color
Monochromatic Colors of #4394D1
Black with #4394D1
Text Example
Text Example
White with #4394D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4394D1; }
p { color: rgb(67,148,209); }
H1.HeaderClassName
{
color: #4394D1;
}
.AnyTagClassName
{
color: #4394D1;
}
</style>
background-color css
<style>
a { background-color: #4394D1; }
a { background-color: rgb(67,148,209); }
div.DivClassName
{
background-color: #4394D1;
}
.BgClassName
{
background-color: #4394D1;
}
</style>
border-color css
<style>
span { border-color: #4394D1; }
span { border-color: rgb(67,148,209); }
td.TdClassName
{
border-color: #4394D1;
}
.TagClassName
{
border-color: #4394D1;
}
</style>