Shades of Picton Blue #438CDE
Tints of Picton Blue #438CDE
RGB
CMYK
RGB Variations
Color information
#438CDE (or 0x438CDE) is known color: Picton Blue. HEX triplet: 43, 8C and DE. RGB value is (67,140,222). Sum of RGB (Red+Green+Blue) = 67+140+222=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #438CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CDE is #BC7321. Grayscale: #7F7F7F. Windows color (decimal): -12350242 or 14584899. OLE color: 14584899.
HSL color Cylindrical-coordinate representation of color #438CDE: hue angle of 211.74º 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 #438CDE is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 140 | 222 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.13 |
| HSL | 211.74º | 0.7% | 0.57% | - |
| HSV(B) | 211.74º | 0.7% | 0.87% | - |
| XYZ | 24.88 | 25.22 | 72.66 | - |
| YUV | 127.52 | 181.32 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 222 | 0.70 | 0.37 | 0 | 0.13 | 211.74 | 0.7 | 0.57 |
| Hex | 43 | 8C | DE | 46 | 25 | 0 | D | D4 | 46 | 39 |
| Octal | 103 | 214 | 336 | 106 | 45 | 0 | 15 | 324 | 106 | 71 |
| Binary | 1000011 | 10001100 | 11011110 | 1000110 | 100101 | 0 | 1101 | 11010100 | 1000110 | 111001 |
Color Harmonies of #438CDE
Complementary color
Monochromatic Colors of #438CDE
Black with #438CDE
Text Example
Text Example
White with #438CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438CDE; }
p { color: rgb(67,140,222); }
H1.HeaderClassName
{
color: #438CDE;
}
.AnyTagClassName
{
color: #438CDE;
}
</style>
background-color css
<style>
a { background-color: #438CDE; }
a { background-color: rgb(67,140,222); }
div.DivClassName
{
background-color: #438CDE;
}
.BgClassName
{
background-color: #438CDE;
}
</style>
border-color css
<style>
span { border-color: #438CDE; }
span { border-color: rgb(67,140,222); }
td.TdClassName
{
border-color: #438CDE;
}
.TagClassName
{
border-color: #438CDE;
}
</style>