Shades of Pelorous #2698AB
Tints of Pelorous #2698AB
RGB
CMYK
RGB Variations
Color information
#2698AB (or 0x2698AB) is known color: Pelorous. HEX triplet: 26, 98 and AB. RGB value is (38,152,171). Sum of RGB (Red+Green+Blue) = 38+152+171=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #2698AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2698AB is #D96754. Grayscale: #777777. Windows color (decimal): -14247765 or 11245606. OLE color: 11245606.
HSL color Cylindrical-coordinate representation of color #2698AB: hue angle of 188.57º 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 #2698AB is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 152 | 171 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.33 |
| HSL | 188.57º | 0.64% | 0.41% | - |
| HSV(B) | 188.57º | 0.78% | 0.67% | - |
| XYZ | 19.38 | 25.81 | 42.49 | - |
| YUV | 120.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 171 | 0.78 | 0.11 | 0 | 0.33 | 188.57 | 0.64 | 0.41 |
| Hex | 26 | 98 | AB | 4E | B | 0 | 21 | BD | 40 | 29 |
| Octal | 46 | 230 | 253 | 116 | 13 | 0 | 41 | 275 | 100 | 51 |
| Binary | 100110 | 10011000 | 10101011 | 1001110 | 1011 | 0 | 100001 | 10111101 | 1000000 | 101001 |
Color Harmonies of #2698AB
Complementary color
Monochromatic Colors of #2698AB
Black with #2698AB
Text Example
Text Example
White with #2698AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2698AB; }
p { color: rgb(38,152,171); }
H1.HeaderClassName
{
color: #2698AB;
}
.AnyTagClassName
{
color: #2698AB;
}
</style>
background-color css
<style>
a { background-color: #2698AB; }
a { background-color: rgb(38,152,171); }
div.DivClassName
{
background-color: #2698AB;
}
.BgClassName
{
background-color: #2698AB;
}
</style>
border-color css
<style>
span { border-color: #2698AB; }
span { border-color: rgb(38,152,171); }
td.TdClassName
{
border-color: #2698AB;
}
.TagClassName
{
border-color: #2698AB;
}
</style>