Shades of Picton Blue #4395DF
Tints of Picton Blue #4395DF
RGB
CMYK
RGB Variations
Color information
#4395DF (or 0x4395DF) is known color: Picton Blue. HEX triplet: 43, 95 and DF. RGB value is (67,149,223). Sum of RGB (Red+Green+Blue) = 67+149+223=439 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.26% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #4395DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4395DF is #BC6A20. Grayscale: #848484. Windows color (decimal): -12347937 or 14652739. OLE color: 14652739.
HSL color Cylindrical-coordinate representation of color #4395DF: hue angle of 208.46º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4395DF is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 149 | 223 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.13 |
| HSL | 208.46º | 0.71% | 0.57% | - |
| HSV(B) | 208.46º | 0.7% | 0.87% | - |
| XYZ | 26.38 | 28.02 | 73.83 | - |
| YUV | 132.92 | 178.83 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 149 | 223 | 0.70 | 0.33 | 0 | 0.13 | 208.46 | 0.71 | 0.57 |
| Hex | 43 | 95 | DF | 46 | 21 | 0 | D | D0 | 47 | 39 |
| Octal | 103 | 225 | 337 | 106 | 41 | 0 | 15 | 320 | 107 | 71 |
| Binary | 1000011 | 10010101 | 11011111 | 1000110 | 100001 | 0 | 1101 | 11010000 | 1000111 | 111001 |
Color Harmonies of #4395DF
Complementary color
Monochromatic Colors of #4395DF
Black with #4395DF
Text Example
Text Example
White with #4395DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4395DF; }
p { color: rgb(67,149,223); }
H1.HeaderClassName
{
color: #4395DF;
}
.AnyTagClassName
{
color: #4395DF;
}
</style>
background-color css
<style>
a { background-color: #4395DF; }
a { background-color: rgb(67,149,223); }
div.DivClassName
{
background-color: #4395DF;
}
.BgClassName
{
background-color: #4395DF;
}
</style>
border-color css
<style>
span { border-color: #4395DF; }
span { border-color: rgb(67,149,223); }
td.TdClassName
{
border-color: #4395DF;
}
.TagClassName
{
border-color: #4395DF;
}
</style>