Shades of Picton Blue #438DDF
Tints of Picton Blue #438DDF
RGB
CMYK
RGB Variations
Color information
#438DDF (or 0x438DDF) is known color: Picton Blue. HEX triplet: 43, 8D and DF. RGB value is (67,141,223). Sum of RGB (Red+Green+Blue) = 67+141+223=431 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.55% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #438DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DDF is #BC7220. Grayscale: #7F7F7F. Windows color (decimal): -12349985 or 14650691. OLE color: 14650691.
HSL color Cylindrical-coordinate representation of color #438DDF: hue angle of 211.54º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #438DDF is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 141 | 223 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.13 |
| HSL | 211.54º | 0.71% | 0.57% | - |
| HSV(B) | 211.54º | 0.7% | 0.87% | - |
| XYZ | 25.16 | 25.57 | 73.42 | - |
| YUV | 128.22 | 181.48 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 223 | 0.70 | 0.37 | 0 | 0.13 | 211.54 | 0.71 | 0.57 |
| Hex | 43 | 8D | DF | 46 | 25 | 0 | D | D4 | 47 | 39 |
| Octal | 103 | 215 | 337 | 106 | 45 | 0 | 15 | 324 | 107 | 71 |
| Binary | 1000011 | 10001101 | 11011111 | 1000110 | 100101 | 0 | 1101 | 11010100 | 1000111 | 111001 |
Color Harmonies of #438DDF
Complementary color
Monochromatic Colors of #438DDF
Black with #438DDF
Text Example
Text Example
White with #438DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438DDF; }
p { color: rgb(67,141,223); }
H1.HeaderClassName
{
color: #438DDF;
}
.AnyTagClassName
{
color: #438DDF;
}
</style>
background-color css
<style>
a { background-color: #438DDF; }
a { background-color: rgb(67,141,223); }
div.DivClassName
{
background-color: #438DDF;
}
.BgClassName
{
background-color: #438DDF;
}
</style>
border-color css
<style>
span { border-color: #438DDF; }
span { border-color: rgb(67,141,223); }
td.TdClassName
{
border-color: #438DDF;
}
.TagClassName
{
border-color: #438DDF;
}
</style>