Shades of Picton Blue #409BCA
Tints of Picton Blue #409BCA
RGB
CMYK
RGB Variations
Color information
#409BCA (or 0x409BCA) is known color: Picton Blue. HEX triplet: 40, 9B and CA. RGB value is (64,155,202). Sum of RGB (Red+Green+Blue) = 64+155+202=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #409BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409BCA is #BF6435. Grayscale: #848484. Windows color (decimal): -12543030 or 13278016. OLE color: 13278016.
HSL color Cylindrical-coordinate representation of color #409BCA: hue angle of 200.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #409BCA is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 155 | 202 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.21 |
| HSL | 200.43º | 0.57% | 0.52% | - |
| HSV(B) | 200.43º | 0.68% | 0.79% | - |
| XYZ | 24.5 | 28.8 | 60.14 | - |
| YUV | 133.15 | 166.85 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 202 | 0.68 | 0.23 | 0 | 0.21 | 200.43 | 0.57 | 0.52 |
| Hex | 40 | 9B | CA | 44 | 17 | 0 | 15 | C8 | 39 | 34 |
| Octal | 100 | 233 | 312 | 104 | 27 | 0 | 25 | 310 | 71 | 64 |
| Binary | 1000000 | 10011011 | 11001010 | 1000100 | 10111 | 0 | 10101 | 11001000 | 111001 | 110100 |
Color Harmonies of #409BCA
Complementary color
Monochromatic Colors of #409BCA
Black with #409BCA
Text Example
Text Example
White with #409BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BCA; }
p { color: rgb(64,155,202); }
H1.HeaderClassName
{
color: #409BCA;
}
.AnyTagClassName
{
color: #409BCA;
}
</style>
background-color css
<style>
a { background-color: #409BCA; }
a { background-color: rgb(64,155,202); }
div.DivClassName
{
background-color: #409BCA;
}
.BgClassName
{
background-color: #409BCA;
}
</style>
border-color css
<style>
span { border-color: #409BCA; }
span { border-color: rgb(64,155,202); }
td.TdClassName
{
border-color: #409BCA;
}
.TagClassName
{
border-color: #409BCA;
}
</style>