Shades of Picton Blue #3D8FDD
Tints of Picton Blue #3D8FDD
RGB
CMYK
RGB Variations
Color information
#3D8FDD (or 0x3D8FDD) is known color: Picton Blue. HEX triplet: 3D, 8F and DD. RGB value is (61,143,221). Sum of RGB (Red+Green+Blue) = 61+143+221=425 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.35% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D8FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8FDD is #C27022. Grayscale: #7E7E7E. Windows color (decimal): -12742691 or 14520125. OLE color: 14520125.
HSL color Cylindrical-coordinate representation of color #3D8FDD: hue angle of 209.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D8FDD is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 143 | 221 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.13 |
| HSL | 209.25º | 0.7% | 0.55% | - |
| HSV(B) | 209.25º | 0.72% | 0.87% | - |
| XYZ | 24.8 | 25.86 | 72.09 | - |
| YUV | 127.37 | 180.83 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 143 | 221 | 0.72 | 0.35 | 0 | 0.13 | 209.25 | 0.7 | 0.55 |
| Hex | 3D | 8F | DD | 48 | 23 | 0 | D | D1 | 46 | 37 |
| Octal | 75 | 217 | 335 | 110 | 43 | 0 | 15 | 321 | 106 | 67 |
| Binary | 111101 | 10001111 | 11011101 | 1001000 | 100011 | 0 | 1101 | 11010001 | 1000110 | 110111 |
Color Harmonies of #3D8FDD
Complementary color
Monochromatic Colors of #3D8FDD
Black with #3D8FDD
Text Example
Text Example
White with #3D8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8FDD; }
p { color: rgb(61,143,221); }
H1.HeaderClassName
{
color: #3D8FDD;
}
.AnyTagClassName
{
color: #3D8FDD;
}
</style>
background-color css
<style>
a { background-color: #3D8FDD; }
a { background-color: rgb(61,143,221); }
div.DivClassName
{
background-color: #3D8FDD;
}
.BgClassName
{
background-color: #3D8FDD;
}
</style>
border-color css
<style>
span { border-color: #3D8FDD; }
span { border-color: rgb(61,143,221); }
td.TdClassName
{
border-color: #3D8FDD;
}
.TagClassName
{
border-color: #3D8FDD;
}
</style>