Shades of Pelorous #2696BB
Tints of Pelorous #2696BB
RGB
CMYK
RGB Variations
Color information
#2696BB (or 0x2696BB) is known color: Pelorous. HEX triplet: 26, 96 and BB. RGB value is (38,150,187). Sum of RGB (Red+Green+Blue) = 38+150+187=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #2696BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2696BB is #D96944. Grayscale: #787878. Windows color (decimal): -14248261 or 12293670. OLE color: 12293670.
HSL color Cylindrical-coordinate representation of color #2696BB: hue angle of 194.9º 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 #2696BB is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 150 | 187 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.27 |
| HSL | 194.9º | 0.66% | 0.44% | - |
| HSV(B) | 194.9º | 0.8% | 0.73% | - |
| XYZ | 20.68 | 25.81 | 50.91 | - |
| YUV | 120.73 | 165.39 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 187 | 0.80 | 0.20 | 0 | 0.27 | 194.9 | 0.66 | 0.44 |
| Hex | 26 | 96 | BB | 50 | 14 | 0 | 1B | C3 | 42 | 2C |
| Octal | 46 | 226 | 273 | 120 | 24 | 0 | 33 | 303 | 102 | 54 |
| Binary | 100110 | 10010110 | 10111011 | 1010000 | 10100 | 0 | 11011 | 11000011 | 1000010 | 101100 |
Color Harmonies of #2696BB
Complementary color
Monochromatic Colors of #2696BB
Black with #2696BB
Text Example
Text Example
White with #2696BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2696BB; }
p { color: rgb(38,150,187); }
H1.HeaderClassName
{
color: #2696BB;
}
.AnyTagClassName
{
color: #2696BB;
}
</style>
background-color css
<style>
a { background-color: #2696BB; }
a { background-color: rgb(38,150,187); }
div.DivClassName
{
background-color: #2696BB;
}
.BgClassName
{
background-color: #2696BB;
}
</style>
border-color css
<style>
span { border-color: #2696BB; }
span { border-color: rgb(38,150,187); }
td.TdClassName
{
border-color: #2696BB;
}
.TagClassName
{
border-color: #2696BB;
}
</style>