Shades of Picton Blue #438FD5
Tints of Picton Blue #438FD5
RGB
CMYK
RGB Variations
Color information
#438FD5 (or 0x438FD5) is known color: Picton Blue. HEX triplet: 43, 8F and D5. RGB value is (67,143,213). Sum of RGB (Red+Green+Blue) = 67+143+213=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #438FD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FD5 is #BC702A. Grayscale: #7F7F7F. Windows color (decimal): -12349483 or 13995843. OLE color: 13995843.
HSL color Cylindrical-coordinate representation of color #438FD5: hue angle of 208.77º degrees, saturation: 0.63, 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 #438FD5 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 143 | 213 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.16 |
| HSL | 208.77º | 0.63% | 0.55% | - |
| HSV(B) | 208.77º | 0.69% | 0.84% | - |
| XYZ | 24.15 | 25.64 | 66.63 | - |
| YUV | 128.26 | 175.82 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 213 | 0.69 | 0.33 | 0 | 0.16 | 208.77 | 0.63 | 0.55 |
| Hex | 43 | 8F | D5 | 45 | 21 | 0 | 10 | D1 | 3F | 37 |
| Octal | 103 | 217 | 325 | 105 | 41 | 0 | 20 | 321 | 77 | 67 |
| Binary | 1000011 | 10001111 | 11010101 | 1000101 | 100001 | 0 | 10000 | 11010001 | 111111 | 110111 |
Color Harmonies of #438FD5
Complementary color
Monochromatic Colors of #438FD5
Black with #438FD5
Text Example
Text Example
White with #438FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FD5; }
p { color: rgb(67,143,213); }
H1.HeaderClassName
{
color: #438FD5;
}
.AnyTagClassName
{
color: #438FD5;
}
</style>
background-color css
<style>
a { background-color: #438FD5; }
a { background-color: rgb(67,143,213); }
div.DivClassName
{
background-color: #438FD5;
}
.BgClassName
{
background-color: #438FD5;
}
</style>
border-color css
<style>
span { border-color: #438FD5; }
span { border-color: rgb(67,143,213); }
td.TdClassName
{
border-color: #438FD5;
}
.TagClassName
{
border-color: #438FD5;
}
</style>