Shades of Picton Blue #4095D2
Tints of Picton Blue #4095D2
RGB
CMYK
RGB Variations
Color information
#4095D2 (or 0x4095D2) is known color: Picton Blue. HEX triplet: 40, 95 and D2. RGB value is (64,149,210). Sum of RGB (Red+Green+Blue) = 64+149+210=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 210 (82.42% from 255 or 49.65% from 423); Max value from RGB is 210 - color contains mainly: blue. Hex color #4095D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4095D2 is #BF6A2D. Grayscale: #828282. Windows color (decimal): -12544558 or 13800768. OLE color: 13800768.
HSL color Cylindrical-coordinate representation of color #4095D2: hue angle of 205.07º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4095D2 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 149 | 210 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.18 |
| HSL | 205.07º | 0.62% | 0.54% | - |
| HSV(B) | 205.07º | 0.7% | 0.82% | - |
| XYZ | 24.49 | 27.24 | 64.94 | - |
| YUV | 130.54 | 172.84 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 210 | 0.70 | 0.29 | 0 | 0.18 | 205.07 | 0.62 | 0.54 |
| Hex | 40 | 95 | D2 | 46 | 1D | 0 | 12 | CD | 3E | 36 |
| Octal | 100 | 225 | 322 | 106 | 35 | 0 | 22 | 315 | 76 | 66 |
| Binary | 1000000 | 10010101 | 11010010 | 1000110 | 11101 | 0 | 10010 | 11001101 | 111110 | 110110 |
Color Harmonies of #4095D2
Complementary color
Monochromatic Colors of #4095D2
Black with #4095D2
Text Example
Text Example
White with #4095D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4095D2; }
p { color: rgb(64,149,210); }
H1.HeaderClassName
{
color: #4095D2;
}
.AnyTagClassName
{
color: #4095D2;
}
</style>
background-color css
<style>
a { background-color: #4095D2; }
a { background-color: rgb(64,149,210); }
div.DivClassName
{
background-color: #4095D2;
}
.BgClassName
{
background-color: #4095D2;
}
</style>
border-color css
<style>
span { border-color: #4095D2; }
span { border-color: rgb(64,149,210); }
td.TdClassName
{
border-color: #4095D2;
}
.TagClassName
{
border-color: #4095D2;
}
</style>