Shades of Pelorous #2795AD
Tints of Pelorous #2795AD
RGB
CMYK
RGB Variations
Color information
#2795AD (or 0x2795AD) is known color: Pelorous. HEX triplet: 27, 95 and AD. RGB value is (39,149,173). Sum of RGB (Red+Green+Blue) = 39+149+173=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #2795AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2795AD is #D86A52. Grayscale: #767676. Windows color (decimal): -14182995 or 11375911. OLE color: 11375911.
HSL color Cylindrical-coordinate representation of color #2795AD: hue angle of 190.75º 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 #2795AD is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 149 | 173 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.32 |
| HSL | 190.75º | 0.63% | 0.42% | - |
| HSV(B) | 190.75º | 0.77% | 0.68% | - |
| XYZ | 19.13 | 24.94 | 43.34 | - |
| YUV | 118.85 | 158.56 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 173 | 0.77 | 0.14 | 0 | 0.32 | 190.75 | 0.63 | 0.42 |
| Hex | 27 | 95 | AD | 4D | E | 0 | 20 | BF | 3F | 2A |
| Octal | 47 | 225 | 255 | 115 | 16 | 0 | 40 | 277 | 77 | 52 |
| Binary | 100111 | 10010101 | 10101101 | 1001101 | 1110 | 0 | 100000 | 10111111 | 111111 | 101010 |
Color Harmonies of #2795AD
Complementary color
Monochromatic Colors of #2795AD
Black with #2795AD
Text Example
Text Example
White with #2795AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2795AD; }
p { color: rgb(39,149,173); }
H1.HeaderClassName
{
color: #2795AD;
}
.AnyTagClassName
{
color: #2795AD;
}
</style>
background-color css
<style>
a { background-color: #2795AD; }
a { background-color: rgb(39,149,173); }
div.DivClassName
{
background-color: #2795AD;
}
.BgClassName
{
background-color: #2795AD;
}
</style>
border-color css
<style>
span { border-color: #2795AD; }
span { border-color: rgb(39,149,173); }
td.TdClassName
{
border-color: #2795AD;
}
.TagClassName
{
border-color: #2795AD;
}
</style>