Shades of Pelorous #2687AE
Tints of Pelorous #2687AE
RGB
CMYK
RGB Variations
Color information
#2687AE (or 0x2687AE) is known color: Pelorous. HEX triplet: 26, 87 and AE. RGB value is (38,135,174). Sum of RGB (Red+Green+Blue) = 38+135+174=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #2687AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2687AE is #D97851. Grayscale: #6E6E6E. Windows color (decimal): -14252114 or 11437862. OLE color: 11437862.
HSL color Cylindrical-coordinate representation of color #2687AE: hue angle of 197.21º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2687AE is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 135 | 174 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.32 |
| HSL | 197.21º | 0.64% | 0.42% | - |
| HSV(B) | 197.21º | 0.78% | 0.68% | - |
| XYZ | 17.1 | 20.8 | 43.16 | - |
| YUV | 110.44 | 163.86 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 174 | 0.78 | 0.22 | 0 | 0.32 | 197.21 | 0.64 | 0.42 |
| Hex | 26 | 87 | AE | 4E | 16 | 0 | 20 | C5 | 40 | 2A |
| Octal | 46 | 207 | 256 | 116 | 26 | 0 | 40 | 305 | 100 | 52 |
| Binary | 100110 | 10000111 | 10101110 | 1001110 | 10110 | 0 | 100000 | 11000101 | 1000000 | 101010 |
Color Harmonies of #2687AE
Complementary color
Monochromatic Colors of #2687AE
Black with #2687AE
Text Example
Text Example
White with #2687AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2687AE; }
p { color: rgb(38,135,174); }
H1.HeaderClassName
{
color: #2687AE;
}
.AnyTagClassName
{
color: #2687AE;
}
</style>
background-color css
<style>
a { background-color: #2687AE; }
a { background-color: rgb(38,135,174); }
div.DivClassName
{
background-color: #2687AE;
}
.BgClassName
{
background-color: #2687AE;
}
</style>
border-color css
<style>
span { border-color: #2687AE; }
span { border-color: rgb(38,135,174); }
td.TdClassName
{
border-color: #2687AE;
}
.TagClassName
{
border-color: #2687AE;
}
</style>