Shades of Picton Blue #4398E0
Tints of Picton Blue #4398E0
RGB
CMYK
RGB Variations
Color information
#4398E0 (or 0x4398E0) is known color: Picton Blue. HEX triplet: 43, 98 and E0. RGB value is (67,152,224). Sum of RGB (Red+Green+Blue) = 67+152+224=443 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.12% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #4398E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4398E0 is #BC671F. Grayscale: #868686. Windows color (decimal): -12347168 or 14719043. OLE color: 14719043.
HSL color Cylindrical-coordinate representation of color #4398E0: hue angle of 207.52º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4398E0 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 152 | 224 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.12 |
| HSL | 207.52º | 0.72% | 0.57% | - |
| HSV(B) | 207.52º | 0.7% | 0.88% | - |
| XYZ | 27 | 29.03 | 74.7 | - |
| YUV | 134.79 | 178.34 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 224 | 0.70 | 0.32 | 0 | 0.12 | 207.52 | 0.72 | 0.57 |
| Hex | 43 | 98 | E0 | 46 | 20 | 0 | C | D0 | 48 | 39 |
| Octal | 103 | 230 | 340 | 106 | 40 | 0 | 14 | 320 | 110 | 71 |
| Binary | 1000011 | 10011000 | 11100000 | 1000110 | 100000 | 0 | 1100 | 11010000 | 1001000 | 111001 |
Color Harmonies of #4398E0
Complementary color
Monochromatic Colors of #4398E0
Black with #4398E0
Text Example
Text Example
White with #4398E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4398E0; }
p { color: rgb(67,152,224); }
H1.HeaderClassName
{
color: #4398E0;
}
.AnyTagClassName
{
color: #4398E0;
}
</style>
background-color css
<style>
a { background-color: #4398E0; }
a { background-color: rgb(67,152,224); }
div.DivClassName
{
background-color: #4398E0;
}
.BgClassName
{
background-color: #4398E0;
}
</style>
border-color css
<style>
span { border-color: #4398E0; }
span { border-color: rgb(67,152,224); }
td.TdClassName
{
border-color: #4398E0;
}
.TagClassName
{
border-color: #4398E0;
}
</style>