Shades of Picton Blue #4396CC
Tints of Picton Blue #4396CC
RGB
CMYK
RGB Variations
Color information
#4396CC (or 0x4396CC) is known color: Picton Blue. HEX triplet: 43, 96 and CC. RGB value is (67,150,204). Sum of RGB (Red+Green+Blue) = 67+150+204=421 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.91% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #4396CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4396CC is #BC6933. Grayscale: #838383. Windows color (decimal): -12347700 or 13407811. OLE color: 13407811.
HSL color Cylindrical-coordinate representation of color #4396CC: hue angle of 203.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4396CC is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 150 | 204 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.2 |
| HSL | 203.65º | 0.57% | 0.53% | - |
| HSV(B) | 203.65º | 0.67% | 0.8% | - |
| XYZ | 24.12 | 27.37 | 61.14 | - |
| YUV | 131.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 150 | 204 | 0.67 | 0.26 | 0 | 0.2 | 203.65 | 0.57 | 0.53 |
| Hex | 43 | 96 | CC | 43 | 1A | 0 | 14 | CC | 39 | 35 |
| Octal | 103 | 226 | 314 | 103 | 32 | 0 | 24 | 314 | 71 | 65 |
| Binary | 1000011 | 10010110 | 11001100 | 1000011 | 11010 | 0 | 10100 | 11001100 | 111001 | 110101 |
Color Harmonies of #4396CC
Complementary color
Monochromatic Colors of #4396CC
Black with #4396CC
Text Example
Text Example
White with #4396CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4396CC; }
p { color: rgb(67,150,204); }
H1.HeaderClassName
{
color: #4396CC;
}
.AnyTagClassName
{
color: #4396CC;
}
</style>
background-color css
<style>
a { background-color: #4396CC; }
a { background-color: rgb(67,150,204); }
div.DivClassName
{
background-color: #4396CC;
}
.BgClassName
{
background-color: #4396CC;
}
</style>
border-color css
<style>
span { border-color: #4396CC; }
span { border-color: rgb(67,150,204); }
td.TdClassName
{
border-color: #4396CC;
}
.TagClassName
{
border-color: #4396CC;
}
</style>