Shades of Pelorous #2696BA
Tints of Pelorous #2696BA
RGB
CMYK
RGB Variations
Color information
#2696BA (or 0x2696BA) is known color: Pelorous. HEX triplet: 26, 96 and BA. RGB value is (38,150,186). Sum of RGB (Red+Green+Blue) = 38+150+186=374 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.16% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #2696BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2696BA is #D96945. Grayscale: #787878. Windows color (decimal): -14248262 or 12228134. OLE color: 12228134.
HSL color Cylindrical-coordinate representation of color #2696BA: hue angle of 194.59º 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 #2696BA is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 150 | 186 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.27 |
| HSL | 194.59º | 0.66% | 0.44% | - |
| HSV(B) | 194.59º | 0.8% | 0.73% | - |
| XYZ | 20.57 | 25.77 | 50.34 | - |
| YUV | 120.62 | 164.89 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 186 | 0.80 | 0.19 | 0 | 0.27 | 194.59 | 0.66 | 0.44 |
| Hex | 26 | 96 | BA | 50 | 13 | 0 | 1B | C3 | 42 | 2C |
| Octal | 46 | 226 | 272 | 120 | 23 | 0 | 33 | 303 | 102 | 54 |
| Binary | 100110 | 10010110 | 10111010 | 1010000 | 10011 | 0 | 11011 | 11000011 | 1000010 | 101100 |
Color Harmonies of #2696BA
Complementary color
Monochromatic Colors of #2696BA
Black with #2696BA
Text Example
Text Example
White with #2696BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2696BA; }
p { color: rgb(38,150,186); }
H1.HeaderClassName
{
color: #2696BA;
}
.AnyTagClassName
{
color: #2696BA;
}
</style>
background-color css
<style>
a { background-color: #2696BA; }
a { background-color: rgb(38,150,186); }
div.DivClassName
{
background-color: #2696BA;
}
.BgClassName
{
background-color: #2696BA;
}
</style>
border-color css
<style>
span { border-color: #2696BA; }
span { border-color: rgb(38,150,186); }
td.TdClassName
{
border-color: #2696BA;
}
.TagClassName
{
border-color: #2696BA;
}
</style>