Shades of Picton Blue #3F9ACC
Tints of Picton Blue #3F9ACC
RGB
CMYK
RGB Variations
Color information
#3F9ACC (or 0x3F9ACC) is known color: Picton Blue. HEX triplet: 3F, 9A and CC. RGB value is (63,154,204). Sum of RGB (Red+Green+Blue) = 63+154+204=421 (55% of max value = 765). Red value is 63 (25% from 255 or 14.96% from 421); Green value is 154 (60.55% from 255 or 36.58% 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 #3F9ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9ACC is #C06533. Grayscale: #848484. Windows color (decimal): -12608820 or 13408831. OLE color: 13408831.
HSL color Cylindrical-coordinate representation of color #3F9ACC: hue angle of 201.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F9ACC is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 154 | 204 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.2 |
| HSL | 201.28º | 0.58% | 0.52% | - |
| HSV(B) | 201.28º | 0.69% | 0.8% | - |
| XYZ | 24.5 | 28.53 | 61.34 | - |
| YUV | 132.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 154 | 204 | 0.69 | 0.25 | 0 | 0.2 | 201.28 | 0.58 | 0.52 |
| Hex | 3F | 9A | CC | 45 | 19 | 0 | 14 | C9 | 3A | 34 |
| Octal | 77 | 232 | 314 | 105 | 31 | 0 | 24 | 311 | 72 | 64 |
| Binary | 111111 | 10011010 | 11001100 | 1000101 | 11001 | 0 | 10100 | 11001001 | 111010 | 110100 |
Color Harmonies of #3F9ACC
Complementary color
Monochromatic Colors of #3F9ACC
Black with #3F9ACC
Text Example
Text Example
White with #3F9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9ACC; }
p { color: rgb(63,154,204); }
H1.HeaderClassName
{
color: #3F9ACC;
}
.AnyTagClassName
{
color: #3F9ACC;
}
</style>
background-color css
<style>
a { background-color: #3F9ACC; }
a { background-color: rgb(63,154,204); }
div.DivClassName
{
background-color: #3F9ACC;
}
.BgClassName
{
background-color: #3F9ACC;
}
</style>
border-color css
<style>
span { border-color: #3F9ACC; }
span { border-color: rgb(63,154,204); }
td.TdClassName
{
border-color: #3F9ACC;
}
.TagClassName
{
border-color: #3F9ACC;
}
</style>