Shades of Pelorous #279CB7
Tints of Pelorous #279CB7
RGB
CMYK
RGB Variations
Color information
#279CB7 (or 0x279CB7) is known color: Pelorous. HEX triplet: 27, 9C and B7. RGB value is (39,156,183). Sum of RGB (Red+Green+Blue) = 39+156+183=378 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.32% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #279CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CB7 is #D86348. Grayscale: #7B7B7B. Windows color (decimal): -14181193 or 12033063. OLE color: 12033063.
HSL color Cylindrical-coordinate representation of color #279CB7: hue angle of 191.25º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #279CB7 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 156 | 183 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.28 |
| HSL | 191.25º | 0.65% | 0.44% | - |
| HSV(B) | 191.25º | 0.79% | 0.72% | - |
| XYZ | 21.27 | 27.63 | 49.01 | - |
| YUV | 124.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 183 | 0.79 | 0.15 | 0 | 0.28 | 191.25 | 0.65 | 0.44 |
| Hex | 27 | 9C | B7 | 4F | F | 0 | 1C | BF | 41 | 2C |
| Octal | 47 | 234 | 267 | 117 | 17 | 0 | 34 | 277 | 101 | 54 |
| Binary | 100111 | 10011100 | 10110111 | 1001111 | 1111 | 0 | 11100 | 10111111 | 1000001 | 101100 |
Color Harmonies of #279CB7
Complementary color
Monochromatic Colors of #279CB7
Black with #279CB7
Text Example
Text Example
White with #279CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279CB7; }
p { color: rgb(39,156,183); }
H1.HeaderClassName
{
color: #279CB7;
}
.AnyTagClassName
{
color: #279CB7;
}
</style>
background-color css
<style>
a { background-color: #279CB7; }
a { background-color: rgb(39,156,183); }
div.DivClassName
{
background-color: #279CB7;
}
.BgClassName
{
background-color: #279CB7;
}
</style>
border-color css
<style>
span { border-color: #279CB7; }
span { border-color: rgb(39,156,183); }
td.TdClassName
{
border-color: #279CB7;
}
.TagClassName
{
border-color: #279CB7;
}
</style>