Shades of Pelorous #279BBF
Tints of Pelorous #279BBF
RGB
CMYK
RGB Variations
Color information
#279BBF (or 0x279BBF) is known color: Pelorous. HEX triplet: 27, 9B and BF. RGB value is (39,155,191). Sum of RGB (Red+Green+Blue) = 39+155+191=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #279BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279BBF is #D86440. Grayscale: #7C7C7C. Windows color (decimal): -14181441 or 12557095. OLE color: 12557095.
HSL color Cylindrical-coordinate representation of color #279BBF: hue angle of 194.21º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #279BBF is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 155 | 191 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.25 |
| HSL | 194.21º | 0.66% | 0.45% | - |
| HSV(B) | 194.21º | 0.8% | 0.75% | - |
| XYZ | 21.96 | 27.64 | 53.47 | - |
| YUV | 124.42 | 165.57 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 191 | 0.80 | 0.19 | 0 | 0.25 | 194.21 | 0.66 | 0.45 |
| Hex | 27 | 9B | BF | 50 | 13 | 0 | 19 | C2 | 42 | 2D |
| Octal | 47 | 233 | 277 | 120 | 23 | 0 | 31 | 302 | 102 | 55 |
| Binary | 100111 | 10011011 | 10111111 | 1010000 | 10011 | 0 | 11001 | 11000010 | 1000010 | 101101 |
Color Harmonies of #279BBF
Complementary color
Monochromatic Colors of #279BBF
Black with #279BBF
Text Example
Text Example
White with #279BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BBF; }
p { color: rgb(39,155,191); }
H1.HeaderClassName
{
color: #279BBF;
}
.AnyTagClassName
{
color: #279BBF;
}
</style>
background-color css
<style>
a { background-color: #279BBF; }
a { background-color: rgb(39,155,191); }
div.DivClassName
{
background-color: #279BBF;
}
.BgClassName
{
background-color: #279BBF;
}
</style>
border-color css
<style>
span { border-color: #279BBF; }
span { border-color: rgb(39,155,191); }
td.TdClassName
{
border-color: #279BBF;
}
.TagClassName
{
border-color: #279BBF;
}
</style>