Shades of Pelorous #279CBA
Tints of Pelorous #279CBA
RGB
CMYK
RGB Variations
Color information
#279CBA (or 0x279CBA) is known color: Pelorous. HEX triplet: 27, 9C and BA. RGB value is (39,156,186). Sum of RGB (Red+Green+Blue) = 39+156+186=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #279CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CBA is #D86345. Grayscale: #7C7C7C. Windows color (decimal): -14181190 or 12229671. OLE color: 12229671.
HSL color Cylindrical-coordinate representation of color #279CBA: hue angle of 192.24º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #279CBA is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 156 | 186 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.27 |
| HSL | 192.24º | 0.65% | 0.44% | - |
| HSV(B) | 192.24º | 0.79% | 0.73% | - |
| XYZ | 21.59 | 27.75 | 50.67 | - |
| YUV | 124.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 186 | 0.79 | 0.16 | 0 | 0.27 | 192.24 | 0.65 | 0.44 |
| Hex | 27 | 9C | BA | 4F | 10 | 0 | 1B | C0 | 41 | 2C |
| Octal | 47 | 234 | 272 | 117 | 20 | 0 | 33 | 300 | 101 | 54 |
| Binary | 100111 | 10011100 | 10111010 | 1001111 | 10000 | 0 | 11011 | 11000000 | 1000001 | 101100 |
Color Harmonies of #279CBA
Complementary color
Monochromatic Colors of #279CBA
Black with #279CBA
Text Example
Text Example
White with #279CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279CBA; }
p { color: rgb(39,156,186); }
H1.HeaderClassName
{
color: #279CBA;
}
.AnyTagClassName
{
color: #279CBA;
}
</style>
background-color css
<style>
a { background-color: #279CBA; }
a { background-color: rgb(39,156,186); }
div.DivClassName
{
background-color: #279CBA;
}
.BgClassName
{
background-color: #279CBA;
}
</style>
border-color css
<style>
span { border-color: #279CBA; }
span { border-color: rgb(39,156,186); }
td.TdClassName
{
border-color: #279CBA;
}
.TagClassName
{
border-color: #279CBA;
}
</style>