Shades of Picton Blue #4396CE
Tints of Picton Blue #4396CE
RGB
CMYK
RGB Variations
Color information
#4396CE (or 0x4396CE) is known color: Picton Blue. HEX triplet: 43, 96 and CE. RGB value is (67,150,206). Sum of RGB (Red+Green+Blue) = 67+150+206=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #4396CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4396CE is #BC6931. Grayscale: #838383. Windows color (decimal): -12347698 or 13538883. OLE color: 13538883.
HSL color Cylindrical-coordinate representation of color #4396CE: hue angle of 204.17º 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 #4396CE is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 150 | 206 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.19 |
| HSL | 204.17º | 0.59% | 0.54% | - |
| HSV(B) | 204.17º | 0.67% | 0.81% | - |
| XYZ | 24.36 | 27.46 | 62.41 | - |
| YUV | 131.57 | 170 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 150 | 206 | 0.67 | 0.27 | 0 | 0.19 | 204.17 | 0.59 | 0.54 |
| Hex | 43 | 96 | CE | 43 | 1B | 0 | 13 | CC | 3B | 36 |
| Octal | 103 | 226 | 316 | 103 | 33 | 0 | 23 | 314 | 73 | 66 |
| Binary | 1000011 | 10010110 | 11001110 | 1000011 | 11011 | 0 | 10011 | 11001100 | 111011 | 110110 |
Color Harmonies of #4396CE
Complementary color
Monochromatic Colors of #4396CE
Black with #4396CE
Text Example
Text Example
White with #4396CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4396CE; }
p { color: rgb(67,150,206); }
H1.HeaderClassName
{
color: #4396CE;
}
.AnyTagClassName
{
color: #4396CE;
}
</style>
background-color css
<style>
a { background-color: #4396CE; }
a { background-color: rgb(67,150,206); }
div.DivClassName
{
background-color: #4396CE;
}
.BgClassName
{
background-color: #4396CE;
}
</style>
border-color css
<style>
span { border-color: #4396CE; }
span { border-color: rgb(67,150,206); }
td.TdClassName
{
border-color: #4396CE;
}
.TagClassName
{
border-color: #4396CE;
}
</style>