Shades of Pelorous #279DB5
Tints of Pelorous #279DB5
RGB
CMYK
RGB Variations
Color information
#279DB5 (or 0x279DB5) is known color: Pelorous. HEX triplet: 27, 9D and B5. RGB value is (39,157,181). Sum of RGB (Red+Green+Blue) = 39+157+181=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: blue. Hex color #279DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279DB5 is #D8624A. Grayscale: #7C7C7C. Windows color (decimal): -14180939 or 11902247. OLE color: 11902247.
HSL color Cylindrical-coordinate representation of color #279DB5: hue angle of 190.14º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #279DB5 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 157 | 181 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.29 |
| HSL | 190.14º | 0.65% | 0.43% | - |
| HSV(B) | 190.14º | 0.78% | 0.71% | - |
| XYZ | 21.23 | 27.88 | 47.98 | - |
| YUV | 124.45 | 159.91 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 157 | 181 | 0.78 | 0.13 | 0 | 0.29 | 190.14 | 0.65 | 0.43 |
| Hex | 27 | 9D | B5 | 4E | D | 0 | 1D | BE | 41 | 2B |
| Octal | 47 | 235 | 265 | 116 | 15 | 0 | 35 | 276 | 101 | 53 |
| Binary | 100111 | 10011101 | 10110101 | 1001110 | 1101 | 0 | 11101 | 10111110 | 1000001 | 101011 |
Color Harmonies of #279DB5
Complementary color
Monochromatic Colors of #279DB5
Black with #279DB5
Text Example
Text Example
White with #279DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279DB5; }
p { color: rgb(39,157,181); }
H1.HeaderClassName
{
color: #279DB5;
}
.AnyTagClassName
{
color: #279DB5;
}
</style>
background-color css
<style>
a { background-color: #279DB5; }
a { background-color: rgb(39,157,181); }
div.DivClassName
{
background-color: #279DB5;
}
.BgClassName
{
background-color: #279DB5;
}
</style>
border-color css
<style>
span { border-color: #279DB5; }
span { border-color: rgb(39,157,181); }
td.TdClassName
{
border-color: #279DB5;
}
.TagClassName
{
border-color: #279DB5;
}
</style>