Shades of Pelorous #2696AE
Tints of Pelorous #2696AE
RGB
CMYK
RGB Variations
Color information
#2696AE (or 0x2696AE) is known color: Pelorous. HEX triplet: 26, 96 and AE. RGB value is (38,150,174). Sum of RGB (Red+Green+Blue) = 38+150+174=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #2696AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2696AE is #D96951. Grayscale: #777777. Windows color (decimal): -14248274 or 11441702. OLE color: 11441702.
HSL color Cylindrical-coordinate representation of color #2696AE: hue angle of 190.59º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2696AE is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 150 | 174 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.32 |
| HSL | 190.59º | 0.64% | 0.42% | - |
| HSV(B) | 190.59º | 0.78% | 0.68% | - |
| XYZ | 19.35 | 25.28 | 43.9 | - |
| YUV | 119.25 | 158.89 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 174 | 0.78 | 0.14 | 0 | 0.32 | 190.59 | 0.64 | 0.42 |
| Hex | 26 | 96 | AE | 4E | E | 0 | 20 | BF | 40 | 2A |
| Octal | 46 | 226 | 256 | 116 | 16 | 0 | 40 | 277 | 100 | 52 |
| Binary | 100110 | 10010110 | 10101110 | 1001110 | 1110 | 0 | 100000 | 10111111 | 1000000 | 101010 |
Color Harmonies of #2696AE
Complementary color
Monochromatic Colors of #2696AE
Black with #2696AE
Text Example
Text Example
White with #2696AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2696AE; }
p { color: rgb(38,150,174); }
H1.HeaderClassName
{
color: #2696AE;
}
.AnyTagClassName
{
color: #2696AE;
}
</style>
background-color css
<style>
a { background-color: #2696AE; }
a { background-color: rgb(38,150,174); }
div.DivClassName
{
background-color: #2696AE;
}
.BgClassName
{
background-color: #2696AE;
}
</style>
border-color css
<style>
span { border-color: #2696AE; }
span { border-color: rgb(38,150,174); }
td.TdClassName
{
border-color: #2696AE;
}
.TagClassName
{
border-color: #2696AE;
}
</style>