Shades of Pelorous #2796AD
Tints of Pelorous #2796AD
RGB
CMYK
RGB Variations
Color information
#2796AD (or 0x2796AD) is known color: Pelorous. HEX triplet: 27, 96 and AD. RGB value is (39,150,173). Sum of RGB (Red+Green+Blue) = 39+150+173=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #2796AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2796AD is #D86952. Grayscale: #777777. Windows color (decimal): -14182739 or 11376167. OLE color: 11376167.
HSL color Cylindrical-coordinate representation of color #2796AD: hue angle of 190.3º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2796AD is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 150 | 173 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.32 |
| HSL | 190.3º | 0.63% | 0.42% | - |
| HSV(B) | 190.3º | 0.77% | 0.68% | - |
| XYZ | 19.29 | 25.26 | 43.39 | - |
| YUV | 119.43 | 158.23 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 150 | 173 | 0.77 | 0.13 | 0 | 0.32 | 190.3 | 0.63 | 0.42 |
| Hex | 27 | 96 | AD | 4D | D | 0 | 20 | BE | 3F | 2A |
| Octal | 47 | 226 | 255 | 115 | 15 | 0 | 40 | 276 | 77 | 52 |
| Binary | 100111 | 10010110 | 10101101 | 1001101 | 1101 | 0 | 100000 | 10111110 | 111111 | 101010 |
Color Harmonies of #2796AD
Complementary color
Monochromatic Colors of #2796AD
Black with #2796AD
Text Example
Text Example
White with #2796AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2796AD; }
p { color: rgb(39,150,173); }
H1.HeaderClassName
{
color: #2796AD;
}
.AnyTagClassName
{
color: #2796AD;
}
</style>
background-color css
<style>
a { background-color: #2796AD; }
a { background-color: rgb(39,150,173); }
div.DivClassName
{
background-color: #2796AD;
}
.BgClassName
{
background-color: #2796AD;
}
</style>
border-color css
<style>
span { border-color: #2796AD; }
span { border-color: rgb(39,150,173); }
td.TdClassName
{
border-color: #2796AD;
}
.TagClassName
{
border-color: #2796AD;
}
</style>