Shades of Picton Blue #438EDE
Tints of Picton Blue #438EDE
RGB
CMYK
RGB Variations
Color information
#438EDE (or 0x438EDE) is known color: Picton Blue. HEX triplet: 43, 8E and DE. RGB value is (67,142,222). Sum of RGB (Red+Green+Blue) = 67+142+222=431 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.55% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #438EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438EDE is #BC7121. Grayscale: #808080. Windows color (decimal): -12349730 or 14585411. OLE color: 14585411.
HSL color Cylindrical-coordinate representation of color #438EDE: hue angle of 210.97º degrees, saturation: 0.7, 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 #438EDE is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 142 | 222 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.13 |
| HSL | 210.97º | 0.7% | 0.57% | - |
| HSV(B) | 210.97º | 0.7% | 0.87% | - |
| XYZ | 25.17 | 25.81 | 72.76 | - |
| YUV | 128.7 | 180.65 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 142 | 222 | 0.70 | 0.36 | 0 | 0.13 | 210.97 | 0.7 | 0.57 |
| Hex | 43 | 8E | DE | 46 | 24 | 0 | D | D3 | 46 | 39 |
| Octal | 103 | 216 | 336 | 106 | 44 | 0 | 15 | 323 | 106 | 71 |
| Binary | 1000011 | 10001110 | 11011110 | 1000110 | 100100 | 0 | 1101 | 11010011 | 1000110 | 111001 |
Color Harmonies of #438EDE
Complementary color
Monochromatic Colors of #438EDE
Black with #438EDE
Text Example
Text Example
White with #438EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438EDE; }
p { color: rgb(67,142,222); }
H1.HeaderClassName
{
color: #438EDE;
}
.AnyTagClassName
{
color: #438EDE;
}
</style>
background-color css
<style>
a { background-color: #438EDE; }
a { background-color: rgb(67,142,222); }
div.DivClassName
{
background-color: #438EDE;
}
.BgClassName
{
background-color: #438EDE;
}
</style>
border-color css
<style>
span { border-color: #438EDE; }
span { border-color: rgb(67,142,222); }
td.TdClassName
{
border-color: #438EDE;
}
.TagClassName
{
border-color: #438EDE;
}
</style>