Shades of Picton Blue #4394D3
Tints of Picton Blue #4394D3
RGB
CMYK
RGB Variations
Color information
#4394D3 (or 0x4394D3) is known color: Picton Blue. HEX triplet: 43, 94 and D3. RGB value is (67,148,211). Sum of RGB (Red+Green+Blue) = 67+148+211=426 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.73% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #4394D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394D3 is #BC6B2C. Grayscale: #828282. Windows color (decimal): -12348205 or 13866051. OLE color: 13866051.
HSL color Cylindrical-coordinate representation of color #4394D3: hue angle of 206.25º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4394D3 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 148 | 211 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.17 |
| HSL | 206.25º | 0.62% | 0.55% | - |
| HSV(B) | 206.25º | 0.68% | 0.83% | - |
| XYZ | 24.66 | 27.08 | 65.55 | - |
| YUV | 130.96 | 173.16 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 211 | 0.68 | 0.30 | 0 | 0.17 | 206.25 | 0.62 | 0.55 |
| Hex | 43 | 94 | D3 | 44 | 1E | 0 | 11 | CE | 3E | 37 |
| Octal | 103 | 224 | 323 | 104 | 36 | 0 | 21 | 316 | 76 | 67 |
| Binary | 1000011 | 10010100 | 11010011 | 1000100 | 11110 | 0 | 10001 | 11001110 | 111110 | 110111 |
Color Harmonies of #4394D3
Complementary color
Monochromatic Colors of #4394D3
Black with #4394D3
Text Example
Text Example
White with #4394D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4394D3; }
p { color: rgb(67,148,211); }
H1.HeaderClassName
{
color: #4394D3;
}
.AnyTagClassName
{
color: #4394D3;
}
</style>
background-color css
<style>
a { background-color: #4394D3; }
a { background-color: rgb(67,148,211); }
div.DivClassName
{
background-color: #4394D3;
}
.BgClassName
{
background-color: #4394D3;
}
</style>
border-color css
<style>
span { border-color: #4394D3; }
span { border-color: rgb(67,148,211); }
td.TdClassName
{
border-color: #4394D3;
}
.TagClassName
{
border-color: #4394D3;
}
</style>