Shades of Picton Blue #438FE0
Tints of Picton Blue #438FE0
RGB
CMYK
RGB Variations
Color information
#438FE0 (or 0x438FE0) is known color: Picton Blue. HEX triplet: 43, 8F and E0. RGB value is (67,143,224). Sum of RGB (Red+Green+Blue) = 67+143+224=434 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.44% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #438FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FE0 is #BC701F. Grayscale: #818181. Windows color (decimal): -12349472 or 14716739. OLE color: 14716739.
HSL color Cylindrical-coordinate representation of color #438FE0: hue angle of 210.96º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #438FE0 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 143 | 224 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.12 |
| HSL | 210.96º | 0.72% | 0.57% | - |
| HSV(B) | 210.96º | 0.7% | 0.88% | - |
| XYZ | 25.59 | 26.22 | 74.23 | - |
| YUV | 129.51 | 181.32 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 224 | 0.70 | 0.36 | 0 | 0.12 | 210.96 | 0.72 | 0.57 |
| Hex | 43 | 8F | E0 | 46 | 24 | 0 | C | D3 | 48 | 39 |
| Octal | 103 | 217 | 340 | 106 | 44 | 0 | 14 | 323 | 110 | 71 |
| Binary | 1000011 | 10001111 | 11100000 | 1000110 | 100100 | 0 | 1100 | 11010011 | 1001000 | 111001 |
Color Harmonies of #438FE0
Complementary color
Monochromatic Colors of #438FE0
Black with #438FE0
Text Example
Text Example
White with #438FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FE0; }
p { color: rgb(67,143,224); }
H1.HeaderClassName
{
color: #438FE0;
}
.AnyTagClassName
{
color: #438FE0;
}
</style>
background-color css
<style>
a { background-color: #438FE0; }
a { background-color: rgb(67,143,224); }
div.DivClassName
{
background-color: #438FE0;
}
.BgClassName
{
background-color: #438FE0;
}
</style>
border-color css
<style>
span { border-color: #438FE0; }
span { border-color: rgb(67,143,224); }
td.TdClassName
{
border-color: #438FE0;
}
.TagClassName
{
border-color: #438FE0;
}
</style>