Shades of Pelorous #279CB0
Tints of Pelorous #279CB0
RGB
CMYK
RGB Variations
Color information
#279CB0 (or 0x279CB0) is known color: Pelorous. HEX triplet: 27, 9C and B0. RGB value is (39,156,176). Sum of RGB (Red+Green+Blue) = 39+156+176=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #279CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279CB0 is #D8634F. Grayscale: #7B7B7B. Windows color (decimal): -14181200 or 11574311. OLE color: 11574311.
HSL color Cylindrical-coordinate representation of color #279CB0: hue angle of 188.76º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #279CB0 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 156 | 176 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.31 |
| HSL | 188.76º | 0.64% | 0.42% | - |
| HSV(B) | 188.76º | 0.78% | 0.69% | - |
| XYZ | 20.56 | 27.34 | 45.27 | - |
| YUV | 123.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 176 | 0.78 | 0.11 | 0 | 0.31 | 188.76 | 0.64 | 0.42 |
| Hex | 27 | 9C | B0 | 4E | B | 0 | 1F | BD | 40 | 2A |
| Octal | 47 | 234 | 260 | 116 | 13 | 0 | 37 | 275 | 100 | 52 |
| Binary | 100111 | 10011100 | 10110000 | 1001110 | 1011 | 0 | 11111 | 10111101 | 1000000 | 101010 |
Color Harmonies of #279CB0
Complementary color
Monochromatic Colors of #279CB0
Black with #279CB0
Text Example
Text Example
White with #279CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279CB0; }
p { color: rgb(39,156,176); }
H1.HeaderClassName
{
color: #279CB0;
}
.AnyTagClassName
{
color: #279CB0;
}
</style>
background-color css
<style>
a { background-color: #279CB0; }
a { background-color: rgb(39,156,176); }
div.DivClassName
{
background-color: #279CB0;
}
.BgClassName
{
background-color: #279CB0;
}
</style>
border-color css
<style>
span { border-color: #279CB0; }
span { border-color: rgb(39,156,176); }
td.TdClassName
{
border-color: #279CB0;
}
.TagClassName
{
border-color: #279CB0;
}
</style>