Shades of Pelorous #2696B1
Tints of Pelorous #2696B1
RGB
CMYK
RGB Variations
Color information
#2696B1 (or 0x2696B1) is known color: Pelorous. HEX triplet: 26, 96 and B1. RGB value is (38,150,177). Sum of RGB (Red+Green+Blue) = 38+150+177=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #2696B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2696B1 is #D9694E. Grayscale: #777777. Windows color (decimal): -14248271 or 11638310. OLE color: 11638310.
HSL color Cylindrical-coordinate representation of color #2696B1: hue angle of 191.65º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2696B1 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 150 | 177 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.31 |
| HSL | 191.65º | 0.65% | 0.42% | - |
| HSV(B) | 191.65º | 0.79% | 0.69% | - |
| XYZ | 19.64 | 25.4 | 45.46 | - |
| YUV | 119.59 | 160.39 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 177 | 0.79 | 0.15 | 0 | 0.31 | 191.65 | 0.65 | 0.42 |
| Hex | 26 | 96 | B1 | 4F | F | 0 | 1F | C0 | 41 | 2A |
| Octal | 46 | 226 | 261 | 117 | 17 | 0 | 37 | 300 | 101 | 52 |
| Binary | 100110 | 10010110 | 10110001 | 1001111 | 1111 | 0 | 11111 | 11000000 | 1000001 | 101010 |
Color Harmonies of #2696B1
Complementary color
Monochromatic Colors of #2696B1
Black with #2696B1
Text Example
Text Example
White with #2696B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2696B1; }
p { color: rgb(38,150,177); }
H1.HeaderClassName
{
color: #2696B1;
}
.AnyTagClassName
{
color: #2696B1;
}
</style>
background-color css
<style>
a { background-color: #2696B1; }
a { background-color: rgb(38,150,177); }
div.DivClassName
{
background-color: #2696B1;
}
.BgClassName
{
background-color: #2696B1;
}
</style>
border-color css
<style>
span { border-color: #2696B1; }
span { border-color: rgb(38,150,177); }
td.TdClassName
{
border-color: #2696B1;
}
.TagClassName
{
border-color: #2696B1;
}
</style>