Shades of Picton Blue #409BCB
Tints of Picton Blue #409BCB
RGB
CMYK
RGB Variations
Color information
#409BCB (or 0x409BCB) is known color: Picton Blue. HEX triplet: 40, 9B and CB. RGB value is (64,155,203). Sum of RGB (Red+Green+Blue) = 64+155+203=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #409BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409BCB is #BF6434. Grayscale: #848484. Windows color (decimal): -12543029 or 13343552. OLE color: 13343552.
HSL color Cylindrical-coordinate representation of color #409BCB: hue angle of 200.72º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #409BCB is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 155 | 203 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.20 |
| HSL | 200.72º | 0.57% | 0.52% | - |
| HSV(B) | 200.72º | 0.68% | 0.8% | - |
| XYZ | 24.62 | 28.84 | 60.77 | - |
| YUV | 133.26 | 167.35 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 203 | 0.68 | 0.24 | 0 | 0.20 | 200.72 | 0.57 | 0.52 |
| Hex | 40 | 9B | CB | 44 | 18 | 0 | 14 | C9 | 39 | 34 |
| Octal | 100 | 233 | 313 | 104 | 30 | 0 | 24 | 311 | 71 | 64 |
| Binary | 1000000 | 10011011 | 11001011 | 1000100 | 11000 | 0 | 10100 | 11001001 | 111001 | 110100 |
Color Harmonies of #409BCB
Complementary color
Monochromatic Colors of #409BCB
Black with #409BCB
Text Example
Text Example
White with #409BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BCB; }
p { color: rgb(64,155,203); }
H1.HeaderClassName
{
color: #409BCB;
}
.AnyTagClassName
{
color: #409BCB;
}
</style>
background-color css
<style>
a { background-color: #409BCB; }
a { background-color: rgb(64,155,203); }
div.DivClassName
{
background-color: #409BCB;
}
.BgClassName
{
background-color: #409BCB;
}
</style>
border-color css
<style>
span { border-color: #409BCB; }
span { border-color: rgb(64,155,203); }
td.TdClassName
{
border-color: #409BCB;
}
.TagClassName
{
border-color: #409BCB;
}
</style>