Shades of Picton Blue #438EDF
Tints of Picton Blue #438EDF
RGB
CMYK
RGB Variations
Color information
#438EDF (or 0x438EDF) is known color: Picton Blue. HEX triplet: 43, 8E and DF. RGB value is (67,142,223). Sum of RGB (Red+Green+Blue) = 67+142+223=432 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.51% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #438EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438EDF is #BC7120. Grayscale: #808080. Windows color (decimal): -12349729 or 14650947. OLE color: 14650947.
HSL color Cylindrical-coordinate representation of color #438EDF: hue angle of 211.15º 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 #438EDF is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 142 | 223 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.13 |
| HSL | 211.15º | 0.71% | 0.57% | - |
| HSV(B) | 211.15º | 0.7% | 0.87% | - |
| XYZ | 25.31 | 25.87 | 73.47 | - |
| YUV | 128.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 142 | 223 | 0.70 | 0.36 | 0 | 0.13 | 211.15 | 0.71 | 0.57 |
| Hex | 43 | 8E | DF | 46 | 24 | 0 | D | D3 | 47 | 39 |
| Octal | 103 | 216 | 337 | 106 | 44 | 0 | 15 | 323 | 107 | 71 |
| Binary | 1000011 | 10001110 | 11011111 | 1000110 | 100100 | 0 | 1101 | 11010011 | 1000111 | 111001 |
Color Harmonies of #438EDF
Complementary color
Monochromatic Colors of #438EDF
Black with #438EDF
Text Example
Text Example
White with #438EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438EDF; }
p { color: rgb(67,142,223); }
H1.HeaderClassName
{
color: #438EDF;
}
.AnyTagClassName
{
color: #438EDF;
}
</style>
background-color css
<style>
a { background-color: #438EDF; }
a { background-color: rgb(67,142,223); }
div.DivClassName
{
background-color: #438EDF;
}
.BgClassName
{
background-color: #438EDF;
}
</style>
border-color css
<style>
span { border-color: #438EDF; }
span { border-color: rgb(67,142,223); }
td.TdClassName
{
border-color: #438EDF;
}
.TagClassName
{
border-color: #438EDF;
}
</style>