Shades of Pelorous #2697AC
Tints of Pelorous #2697AC
RGB
CMYK
RGB Variations
Color information
#2697AC (or 0x2697AC) is known color: Pelorous. HEX triplet: 26, 97 and AC. RGB value is (38,151,172). Sum of RGB (Red+Green+Blue) = 38+151+172=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #2697AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2697AC is #D96853. Grayscale: #777777. Windows color (decimal): -14248020 or 11310886. OLE color: 11310886.
HSL color Cylindrical-coordinate representation of color #2697AC: hue angle of 189.4º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2697AC is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 151 | 172 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.33 |
| HSL | 189.4º | 0.64% | 0.41% | - |
| HSV(B) | 189.4º | 0.78% | 0.67% | - |
| XYZ | 19.31 | 25.52 | 42.94 | - |
| YUV | 119.61 | 157.56 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 172 | 0.78 | 0.12 | 0 | 0.33 | 189.4 | 0.64 | 0.41 |
| Hex | 26 | 97 | AC | 4E | C | 0 | 21 | BD | 40 | 29 |
| Octal | 46 | 227 | 254 | 116 | 14 | 0 | 41 | 275 | 100 | 51 |
| Binary | 100110 | 10010111 | 10101100 | 1001110 | 1100 | 0 | 100001 | 10111101 | 1000000 | 101001 |
Color Harmonies of #2697AC
Complementary color
Monochromatic Colors of #2697AC
Black with #2697AC
Text Example
Text Example
White with #2697AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2697AC; }
p { color: rgb(38,151,172); }
H1.HeaderClassName
{
color: #2697AC;
}
.AnyTagClassName
{
color: #2697AC;
}
</style>
background-color css
<style>
a { background-color: #2697AC; }
a { background-color: rgb(38,151,172); }
div.DivClassName
{
background-color: #2697AC;
}
.BgClassName
{
background-color: #2697AC;
}
</style>
border-color css
<style>
span { border-color: #2697AC; }
span { border-color: rgb(38,151,172); }
td.TdClassName
{
border-color: #2697AC;
}
.TagClassName
{
border-color: #2697AC;
}
</style>