Shades of Pelorous #2691BA
Tints of Pelorous #2691BA
RGB
CMYK
RGB Variations
Color information
#2691BA (or 0x2691BA) is known color: Pelorous. HEX triplet: 26, 91 and BA. RGB value is (38,145,186). Sum of RGB (Red+Green+Blue) = 38+145+186=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #2691BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2691BA is #D96E45. Grayscale: #757575. Windows color (decimal): -14249542 or 12226854. OLE color: 12226854.
HSL color Cylindrical-coordinate representation of color #2691BA: hue angle of 196.62º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2691BA is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 145 | 186 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.27 |
| HSL | 196.62º | 0.66% | 0.44% | - |
| HSV(B) | 196.62º | 0.8% | 0.73% | - |
| XYZ | 19.79 | 24.21 | 50.08 | - |
| YUV | 117.68 | 166.55 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 186 | 0.80 | 0.22 | 0 | 0.27 | 196.62 | 0.66 | 0.44 |
| Hex | 26 | 91 | BA | 50 | 16 | 0 | 1B | C5 | 42 | 2C |
| Octal | 46 | 221 | 272 | 120 | 26 | 0 | 33 | 305 | 102 | 54 |
| Binary | 100110 | 10010001 | 10111010 | 1010000 | 10110 | 0 | 11011 | 11000101 | 1000010 | 101100 |
Color Harmonies of #2691BA
Complementary color
Monochromatic Colors of #2691BA
Black with #2691BA
Text Example
Text Example
White with #2691BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2691BA; }
p { color: rgb(38,145,186); }
H1.HeaderClassName
{
color: #2691BA;
}
.AnyTagClassName
{
color: #2691BA;
}
</style>
background-color css
<style>
a { background-color: #2691BA; }
a { background-color: rgb(38,145,186); }
div.DivClassName
{
background-color: #2691BA;
}
.BgClassName
{
background-color: #2691BA;
}
</style>
border-color css
<style>
span { border-color: #2691BA; }
span { border-color: rgb(38,145,186); }
td.TdClassName
{
border-color: #2691BA;
}
.TagClassName
{
border-color: #2691BA;
}
</style>