Shades of Pelorous #279FB3
Tints of Pelorous #279FB3
RGB
CMYK
RGB Variations
Color information
#279FB3 (or 0x279FB3) is known color: Pelorous. HEX triplet: 27, 9F and B3. RGB value is (39,159,179). Sum of RGB (Red+Green+Blue) = 39+159+179=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #279FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279FB3 is #D8604C. Grayscale: #7D7D7D. Windows color (decimal): -14180429 or 11771687. OLE color: 11771687.
HSL color Cylindrical-coordinate representation of color #279FB3: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #279FB3 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 159 | 179 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.30 |
| HSL | 188.57º | 0.64% | 0.43% | - |
| HSV(B) | 188.57º | 0.78% | 0.7% | - |
| XYZ | 21.37 | 28.48 | 47.02 | - |
| YUV | 125.4 | 158.24 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 159 | 179 | 0.78 | 0.11 | 0 | 0.30 | 188.57 | 0.64 | 0.43 |
| Hex | 27 | 9F | B3 | 4E | B | 0 | 1E | BD | 40 | 2B |
| Octal | 47 | 237 | 263 | 116 | 13 | 0 | 36 | 275 | 100 | 53 |
| Binary | 100111 | 10011111 | 10110011 | 1001110 | 1011 | 0 | 11110 | 10111101 | 1000000 | 101011 |
Color Harmonies of #279FB3
Complementary color
Monochromatic Colors of #279FB3
Black with #279FB3
Text Example
Text Example
White with #279FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279FB3; }
p { color: rgb(39,159,179); }
H1.HeaderClassName
{
color: #279FB3;
}
.AnyTagClassName
{
color: #279FB3;
}
</style>
background-color css
<style>
a { background-color: #279FB3; }
a { background-color: rgb(39,159,179); }
div.DivClassName
{
background-color: #279FB3;
}
.BgClassName
{
background-color: #279FB3;
}
</style>
border-color css
<style>
span { border-color: #279FB3; }
span { border-color: rgb(39,159,179); }
td.TdClassName
{
border-color: #279FB3;
}
.TagClassName
{
border-color: #279FB3;
}
</style>