Shades of Pelorous #279BC3
Tints of Pelorous #279BC3
RGB
CMYK
RGB Variations
Color information
#279BC3 (or 0x279BC3) is known color: Pelorous. HEX triplet: 27, 9B and C3. RGB value is (39,155,195). Sum of RGB (Red+Green+Blue) = 39+155+195=389 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.03% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #279BC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279BC3 is #D8643C. Grayscale: #7C7C7C. Windows color (decimal): -14181437 or 12819239. OLE color: 12819239.
HSL color Cylindrical-coordinate representation of color #279BC3: hue angle of 195.38º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #279BC3 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 155 | 195 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.24 |
| HSL | 195.38º | 0.67% | 0.46% | - |
| HSV(B) | 195.38º | 0.8% | 0.76% | - |
| XYZ | 22.41 | 27.81 | 55.82 | - |
| YUV | 124.88 | 167.57 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 195 | 0.80 | 0.21 | 0 | 0.24 | 195.38 | 0.67 | 0.46 |
| Hex | 27 | 9B | C3 | 50 | 15 | 0 | 18 | C3 | 43 | 2E |
| Octal | 47 | 233 | 303 | 120 | 25 | 0 | 30 | 303 | 103 | 56 |
| Binary | 100111 | 10011011 | 11000011 | 1010000 | 10101 | 0 | 11000 | 11000011 | 1000011 | 101110 |
Color Harmonies of #279BC3
Complementary color
Monochromatic Colors of #279BC3
Black with #279BC3
Text Example
Text Example
White with #279BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BC3; }
p { color: rgb(39,155,195); }
H1.HeaderClassName
{
color: #279BC3;
}
.AnyTagClassName
{
color: #279BC3;
}
</style>
background-color css
<style>
a { background-color: #279BC3; }
a { background-color: rgb(39,155,195); }
div.DivClassName
{
background-color: #279BC3;
}
.BgClassName
{
background-color: #279BC3;
}
</style>
border-color css
<style>
span { border-color: #279BC3; }
span { border-color: rgb(39,155,195); }
td.TdClassName
{
border-color: #279BC3;
}
.TagClassName
{
border-color: #279BC3;
}
</style>