Shades of Pelorous #2697C5
Tints of Pelorous #2697C5
RGB
CMYK
RGB Variations
Color information
#2697C5 (or 0x2697C5) is known color: Pelorous. HEX triplet: 26, 97 and C5. RGB value is (38,151,197). Sum of RGB (Red+Green+Blue) = 38+151+197=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #2697C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2697C5 is #D9683A. Grayscale: #7A7A7A. Windows color (decimal): -14247995 or 12949286. OLE color: 12949286.
HSL color Cylindrical-coordinate representation of color #2697C5: hue angle of 197.36º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2697C5 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 151 | 197 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.23 |
| HSL | 197.36º | 0.68% | 0.46% | - |
| HSV(B) | 197.36º | 0.81% | 0.77% | - |
| XYZ | 21.94 | 26.58 | 56.8 | - |
| YUV | 122.46 | 170.06 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 197 | 0.81 | 0.23 | 0 | 0.23 | 197.36 | 0.68 | 0.46 |
| Hex | 26 | 97 | C5 | 51 | 17 | 0 | 17 | C5 | 44 | 2E |
| Octal | 46 | 227 | 305 | 121 | 27 | 0 | 27 | 305 | 104 | 56 |
| Binary | 100110 | 10010111 | 11000101 | 1010001 | 10111 | 0 | 10111 | 11000101 | 1000100 | 101110 |
Color Harmonies of #2697C5
Complementary color
Monochromatic Colors of #2697C5
Black with #2697C5
Text Example
Text Example
White with #2697C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2697C5; }
p { color: rgb(38,151,197); }
H1.HeaderClassName
{
color: #2697C5;
}
.AnyTagClassName
{
color: #2697C5;
}
</style>
background-color css
<style>
a { background-color: #2697C5; }
a { background-color: rgb(38,151,197); }
div.DivClassName
{
background-color: #2697C5;
}
.BgClassName
{
background-color: #2697C5;
}
</style>
border-color css
<style>
span { border-color: #2697C5; }
span { border-color: rgb(38,151,197); }
td.TdClassName
{
border-color: #2697C5;
}
.TagClassName
{
border-color: #2697C5;
}
</style>