Shades of Pelorous #2696AA
Tints of Pelorous #2696AA
RGB
CMYK
RGB Variations
Color information
#2696AA (or 0x2696AA) is known color: Pelorous. HEX triplet: 26, 96 and AA. RGB value is (38,150,170). Sum of RGB (Red+Green+Blue) = 38+150+170=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #2696AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2696AA is #D96955. Grayscale: #767676. Windows color (decimal): -14248278 or 11179558. OLE color: 11179558.
HSL color Cylindrical-coordinate representation of color #2696AA: hue angle of 189.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2696AA is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 150 | 170 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.33 |
| HSL | 189.09º | 0.63% | 0.41% | - |
| HSV(B) | 189.09º | 0.78% | 0.67% | - |
| XYZ | 18.96 | 25.13 | 41.88 | - |
| YUV | 118.79 | 156.89 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 170 | 0.78 | 0.12 | 0 | 0.33 | 189.09 | 0.63 | 0.41 |
| Hex | 26 | 96 | AA | 4E | C | 0 | 21 | BD | 3F | 29 |
| Octal | 46 | 226 | 252 | 116 | 14 | 0 | 41 | 275 | 77 | 51 |
| Binary | 100110 | 10010110 | 10101010 | 1001110 | 1100 | 0 | 100001 | 10111101 | 111111 | 101001 |
Color Harmonies of #2696AA
Complementary color
Monochromatic Colors of #2696AA
Black with #2696AA
Text Example
Text Example
White with #2696AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2696AA; }
p { color: rgb(38,150,170); }
H1.HeaderClassName
{
color: #2696AA;
}
.AnyTagClassName
{
color: #2696AA;
}
</style>
background-color css
<style>
a { background-color: #2696AA; }
a { background-color: rgb(38,150,170); }
div.DivClassName
{
background-color: #2696AA;
}
.BgClassName
{
background-color: #2696AA;
}
</style>
border-color css
<style>
span { border-color: #2696AA; }
span { border-color: rgb(38,150,170); }
td.TdClassName
{
border-color: #2696AA;
}
.TagClassName
{
border-color: #2696AA;
}
</style>