Shades of Pelorous #279CBE
Tints of Pelorous #279CBE
RGB
CMYK
RGB Variations
Color information
#279CBE (or 0x279CBE) is known color: Pelorous. HEX triplet: 27, 9C and BE. RGB value is (39,156,190). Sum of RGB (Red+Green+Blue) = 39+156+190=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #279CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CBE is #D86341. Grayscale: #7C7C7C. Windows color (decimal): -14181186 or 12491815. OLE color: 12491815.
HSL color Cylindrical-coordinate representation of color #279CBE: hue angle of 193.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #279CBE is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 156 | 190 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.25 |
| HSL | 193.51º | 0.66% | 0.45% | - |
| HSV(B) | 193.51º | 0.79% | 0.75% | - |
| XYZ | 22.02 | 27.93 | 52.94 | - |
| YUV | 124.89 | 164.74 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 190 | 0.79 | 0.18 | 0 | 0.25 | 193.51 | 0.66 | 0.45 |
| Hex | 27 | 9C | BE | 4F | 12 | 0 | 19 | C2 | 42 | 2D |
| Octal | 47 | 234 | 276 | 117 | 22 | 0 | 31 | 302 | 102 | 55 |
| Binary | 100111 | 10011100 | 10111110 | 1001111 | 10010 | 0 | 11001 | 11000010 | 1000010 | 101101 |
Color Harmonies of #279CBE
Complementary color
Monochromatic Colors of #279CBE
Black with #279CBE
Text Example
Text Example
White with #279CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279CBE; }
p { color: rgb(39,156,190); }
H1.HeaderClassName
{
color: #279CBE;
}
.AnyTagClassName
{
color: #279CBE;
}
</style>
background-color css
<style>
a { background-color: #279CBE; }
a { background-color: rgb(39,156,190); }
div.DivClassName
{
background-color: #279CBE;
}
.BgClassName
{
background-color: #279CBE;
}
</style>
border-color css
<style>
span { border-color: #279CBE; }
span { border-color: rgb(39,156,190); }
td.TdClassName
{
border-color: #279CBE;
}
.TagClassName
{
border-color: #279CBE;
}
</style>