Shades of Picton Blue #3F94DB
Tints of Picton Blue #3F94DB
RGB
CMYK
RGB Variations
Color information
#3F94DB (or 0x3F94DB) is known color: Picton Blue. HEX triplet: 3F, 94 and DB. RGB value is (63,148,219). Sum of RGB (Red+Green+Blue) = 63+148+219=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F94DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94DB is #C06B24. Grayscale: #828282. Windows color (decimal): -12610341 or 14390335. OLE color: 14390335.
HSL color Cylindrical-coordinate representation of color #3F94DB: hue angle of 207.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F94DB is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 63 | 148 | 219 | - |
CMYK | 0.71 | 0.32 | 0 | 0.14 |
HSL | 207.31º | 0.68% | 0.55% | - |
HSV(B) | 207.31º | 0.71% | 0.86% | - |
XYZ | 25.43 | 27.35 | 70.96 | - |
YUV | 130.68 | 177.84 | 79.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 148 | 219 | 0.71 | 0.32 | 0 | 0.14 | 207.31 | 0.68 | 0.55 |
Hex | 3F | 94 | DB | 47 | 20 | 0 | E | CF | 44 | 37 |
Octal | 77 | 224 | 333 | 107 | 40 | 0 | 16 | 317 | 104 | 67 |
Binary | 111111 | 10010100 | 11011011 | 1000111 | 100000 | 0 | 1110 | 11001111 | 1000100 | 110111 |
Color Harmonies of #3F94DB
Complementary color
Monochromatic Colors of #3F94DB
Black with #3F94DB
Text Example
Text Example
White with #3F94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F94DB; }
p { color: rgb(63,148,219); }
H1.HeaderClassName
{
color: #3F94DB;
}
.AnyTagClassName
{
color: #3F94DB;
}
</style>
background-color css
<style>
a { background-color: #3F94DB; }
a { background-color: rgb(63,148,219); }
div.DivClassName
{
background-color: #3F94DB;
}
.BgClassName
{
background-color: #3F94DB;
}
</style>
border-color css
<style>
span { border-color: #3F94DB; }
span { border-color: rgb(63,148,219); }
td.TdClassName
{
border-color: #3F94DB;
}
.TagClassName
{
border-color: #3F94DB;
}
</style>