Shades of Pelorous #2691AB
Tints of Pelorous #2691AB
RGB
CMYK
RGB Variations
Color information
#2691AB (or 0x2691AB) is known color: Pelorous. HEX triplet: 26, 91 and AB. RGB value is (38,145,171). Sum of RGB (Red+Green+Blue) = 38+145+171=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #2691AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2691AB is #D96E54. Grayscale: #737373. Windows color (decimal): -14249557 or 11243814. OLE color: 11243814.
HSL color Cylindrical-coordinate representation of color #2691AB: hue angle of 191.73º 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 #2691AB is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 145 | 171 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.33 |
| HSL | 191.73º | 0.64% | 0.41% | - |
| HSV(B) | 191.73º | 0.78% | 0.67% | - |
| XYZ | 18.28 | 23.6 | 42.12 | - |
| YUV | 115.97 | 159.05 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 171 | 0.78 | 0.15 | 0 | 0.33 | 191.73 | 0.64 | 0.41 |
| Hex | 26 | 91 | AB | 4E | F | 0 | 21 | C0 | 40 | 29 |
| Octal | 46 | 221 | 253 | 116 | 17 | 0 | 41 | 300 | 100 | 51 |
| Binary | 100110 | 10010001 | 10101011 | 1001110 | 1111 | 0 | 100001 | 11000000 | 1000000 | 101001 |
Color Harmonies of #2691AB
Complementary color
Monochromatic Colors of #2691AB
Black with #2691AB
Text Example
Text Example
White with #2691AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2691AB; }
p { color: rgb(38,145,171); }
H1.HeaderClassName
{
color: #2691AB;
}
.AnyTagClassName
{
color: #2691AB;
}
</style>
background-color css
<style>
a { background-color: #2691AB; }
a { background-color: rgb(38,145,171); }
div.DivClassName
{
background-color: #2691AB;
}
.BgClassName
{
background-color: #2691AB;
}
</style>
border-color css
<style>
span { border-color: #2691AB; }
span { border-color: rgb(38,145,171); }
td.TdClassName
{
border-color: #2691AB;
}
.TagClassName
{
border-color: #2691AB;
}
</style>