Shades of Pelorous #2795D0
Tints of Pelorous #2795D0
RGB
CMYK
RGB Variations
Color information
#2795D0 (or 0x2795D0) is known color: Pelorous. HEX triplet: 27, 95 and D0. RGB value is (39,149,208). Sum of RGB (Red+Green+Blue) = 39+149+208=396 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.85% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #2795D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2795D0 is #D86A2F. Grayscale: #7A7A7A. Windows color (decimal): -14182960 or 13669671. OLE color: 13669671.
HSL color Cylindrical-coordinate representation of color #2795D0: hue angle of 200.95º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2795D0 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 149 | 208 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.18 |
| HSL | 200.95º | 0.68% | 0.48% | - |
| HSV(B) | 200.95º | 0.81% | 0.82% | - |
| XYZ | 22.97 | 26.48 | 63.58 | - |
| YUV | 122.84 | 176.06 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 208 | 0.81 | 0.28 | 0 | 0.18 | 200.95 | 0.68 | 0.48 |
| Hex | 27 | 95 | D0 | 51 | 1C | 0 | 12 | C9 | 44 | 30 |
| Octal | 47 | 225 | 320 | 121 | 34 | 0 | 22 | 311 | 104 | 60 |
| Binary | 100111 | 10010101 | 11010000 | 1010001 | 11100 | 0 | 10010 | 11001001 | 1000100 | 110000 |
Color Harmonies of #2795D0
Complementary color
Monochromatic Colors of #2795D0
Black with #2795D0
Text Example
Text Example
White with #2795D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2795D0; }
p { color: rgb(39,149,208); }
H1.HeaderClassName
{
color: #2795D0;
}
.AnyTagClassName
{
color: #2795D0;
}
</style>
background-color css
<style>
a { background-color: #2795D0; }
a { background-color: rgb(39,149,208); }
div.DivClassName
{
background-color: #2795D0;
}
.BgClassName
{
background-color: #2795D0;
}
</style>
border-color css
<style>
span { border-color: #2795D0; }
span { border-color: rgb(39,149,208); }
td.TdClassName
{
border-color: #2795D0;
}
.TagClassName
{
border-color: #2795D0;
}
</style>