Shades of Picton Blue #438FD6
Tints of Picton Blue #438FD6
RGB
CMYK
RGB Variations
Color information
#438FD6 (or 0x438FD6) is known color: Picton Blue. HEX triplet: 43, 8F and D6. RGB value is (67,143,214). Sum of RGB (Red+Green+Blue) = 67+143+214=424 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.80% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #438FD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FD6 is #BC7029. Grayscale: #808080. Windows color (decimal): -12349482 or 14061379. OLE color: 14061379.
HSL color Cylindrical-coordinate representation of color #438FD6: hue angle of 208.98º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #438FD6 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 143 | 214 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.16 |
| HSL | 208.98º | 0.64% | 0.55% | - |
| HSV(B) | 208.98º | 0.69% | 0.84% | - |
| XYZ | 24.27 | 25.69 | 67.3 | - |
| YUV | 128.37 | 176.32 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 214 | 0.69 | 0.33 | 0 | 0.16 | 208.98 | 0.64 | 0.55 |
| Hex | 43 | 8F | D6 | 45 | 21 | 0 | 10 | D1 | 40 | 37 |
| Octal | 103 | 217 | 326 | 105 | 41 | 0 | 20 | 321 | 100 | 67 |
| Binary | 1000011 | 10001111 | 11010110 | 1000101 | 100001 | 0 | 10000 | 11010001 | 1000000 | 110111 |
Color Harmonies of #438FD6
Complementary color
Monochromatic Colors of #438FD6
Black with #438FD6
Text Example
Text Example
White with #438FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FD6; }
p { color: rgb(67,143,214); }
H1.HeaderClassName
{
color: #438FD6;
}
.AnyTagClassName
{
color: #438FD6;
}
</style>
background-color css
<style>
a { background-color: #438FD6; }
a { background-color: rgb(67,143,214); }
div.DivClassName
{
background-color: #438FD6;
}
.BgClassName
{
background-color: #438FD6;
}
</style>
border-color css
<style>
span { border-color: #438FD6; }
span { border-color: rgb(67,143,214); }
td.TdClassName
{
border-color: #438FD6;
}
.TagClassName
{
border-color: #438FD6;
}
</style>