Shades of Pelorous #2691AF
Tints of Pelorous #2691AF
RGB
CMYK
RGB Variations
Color information
#2691AF (or 0x2691AF) is known color: Pelorous. HEX triplet: 26, 91 and AF. RGB value is (38,145,175). Sum of RGB (Red+Green+Blue) = 38+145+175=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #2691AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2691AF is #D96E50. Grayscale: #747474. Windows color (decimal): -14249553 or 11505958. OLE color: 11505958.
HSL color Cylindrical-coordinate representation of color #2691AF: hue angle of 193.14º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2691AF is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 145 | 175 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.31 |
| HSL | 193.14º | 0.64% | 0.42% | - |
| HSV(B) | 193.14º | 0.78% | 0.69% | - |
| XYZ | 18.66 | 23.76 | 44.16 | - |
| YUV | 116.43 | 161.05 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 175 | 0.78 | 0.17 | 0 | 0.31 | 193.14 | 0.64 | 0.42 |
| Hex | 26 | 91 | AF | 4E | 11 | 0 | 1F | C1 | 40 | 2A |
| Octal | 46 | 221 | 257 | 116 | 21 | 0 | 37 | 301 | 100 | 52 |
| Binary | 100110 | 10010001 | 10101111 | 1001110 | 10001 | 0 | 11111 | 11000001 | 1000000 | 101010 |
Color Harmonies of #2691AF
Complementary color
Monochromatic Colors of #2691AF
Black with #2691AF
Text Example
Text Example
White with #2691AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2691AF; }
p { color: rgb(38,145,175); }
H1.HeaderClassName
{
color: #2691AF;
}
.AnyTagClassName
{
color: #2691AF;
}
</style>
background-color css
<style>
a { background-color: #2691AF; }
a { background-color: rgb(38,145,175); }
div.DivClassName
{
background-color: #2691AF;
}
.BgClassName
{
background-color: #2691AF;
}
</style>
border-color css
<style>
span { border-color: #2691AF; }
span { border-color: rgb(38,145,175); }
td.TdClassName
{
border-color: #2691AF;
}
.TagClassName
{
border-color: #2691AF;
}
</style>