Shades of Picton Blue #4393D1
Tints of Picton Blue #4393D1
RGB
CMYK
RGB Variations
Color information
#4393D1 (or 0x4393D1) is known color: Picton Blue. HEX triplet: 43, 93 and D1. RGB value is (67,147,209). Sum of RGB (Red+Green+Blue) = 67+147+209=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #4393D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4393D1 is #BC6C2E. Grayscale: #818181. Windows color (decimal): -12348463 or 13734723. OLE color: 13734723.
HSL color Cylindrical-coordinate representation of color #4393D1: hue angle of 206.2º 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 #4393D1 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 147 | 209 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.18 |
| HSL | 206.2º | 0.61% | 0.54% | - |
| HSV(B) | 206.2º | 0.68% | 0.82% | - |
| XYZ | 24.26 | 26.66 | 64.19 | - |
| YUV | 130.15 | 172.5 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 147 | 209 | 0.68 | 0.30 | 0 | 0.18 | 206.2 | 0.61 | 0.54 |
| Hex | 43 | 93 | D1 | 44 | 1E | 0 | 12 | CE | 3D | 36 |
| Octal | 103 | 223 | 321 | 104 | 36 | 0 | 22 | 316 | 75 | 66 |
| Binary | 1000011 | 10010011 | 11010001 | 1000100 | 11110 | 0 | 10010 | 11001110 | 111101 | 110110 |
Color Harmonies of #4393D1
Complementary color
Monochromatic Colors of #4393D1
Black with #4393D1
Text Example
Text Example
White with #4393D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4393D1; }
p { color: rgb(67,147,209); }
H1.HeaderClassName
{
color: #4393D1;
}
.AnyTagClassName
{
color: #4393D1;
}
</style>
background-color css
<style>
a { background-color: #4393D1; }
a { background-color: rgb(67,147,209); }
div.DivClassName
{
background-color: #4393D1;
}
.BgClassName
{
background-color: #4393D1;
}
</style>
border-color css
<style>
span { border-color: #4393D1; }
span { border-color: rgb(67,147,209); }
td.TdClassName
{
border-color: #4393D1;
}
.TagClassName
{
border-color: #4393D1;
}
</style>