Shades of Picton Blue #4398CE
Tints of Picton Blue #4398CE
RGB
CMYK
RGB Variations
Color information
#4398CE (or 0x4398CE) is known color: Picton Blue. HEX triplet: 43, 98 and CE. RGB value is (67,152,206). Sum of RGB (Red+Green+Blue) = 67+152+206=425 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.76% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #4398CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4398CE is #BC6731. Grayscale: #848484. Windows color (decimal): -12347186 or 13539395. OLE color: 13539395.
HSL color Cylindrical-coordinate representation of color #4398CE: hue angle of 203.31º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4398CE is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 152 | 206 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.19 |
| HSL | 203.31º | 0.59% | 0.54% | - |
| HSV(B) | 203.31º | 0.67% | 0.81% | - |
| XYZ | 24.68 | 28.11 | 62.52 | - |
| YUV | 132.74 | 169.34 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 206 | 0.67 | 0.26 | 0 | 0.19 | 203.31 | 0.59 | 0.54 |
| Hex | 43 | 98 | CE | 43 | 1A | 0 | 13 | CB | 3B | 36 |
| Octal | 103 | 230 | 316 | 103 | 32 | 0 | 23 | 313 | 73 | 66 |
| Binary | 1000011 | 10011000 | 11001110 | 1000011 | 11010 | 0 | 10011 | 11001011 | 111011 | 110110 |
Color Harmonies of #4398CE
Complementary color
Monochromatic Colors of #4398CE
Black with #4398CE
Text Example
Text Example
White with #4398CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4398CE; }
p { color: rgb(67,152,206); }
H1.HeaderClassName
{
color: #4398CE;
}
.AnyTagClassName
{
color: #4398CE;
}
</style>
background-color css
<style>
a { background-color: #4398CE; }
a { background-color: rgb(67,152,206); }
div.DivClassName
{
background-color: #4398CE;
}
.BgClassName
{
background-color: #4398CE;
}
</style>
border-color css
<style>
span { border-color: #4398CE; }
span { border-color: rgb(67,152,206); }
td.TdClassName
{
border-color: #4398CE;
}
.TagClassName
{
border-color: #4398CE;
}
</style>