Shades of Pelorous #279BCE
Tints of Pelorous #279BCE
RGB
CMYK
RGB Variations
Color information
#279BCE (or 0x279BCE) is known color: Pelorous. HEX triplet: 27, 9B and CE. RGB value is (39,155,206). Sum of RGB (Red+Green+Blue) = 39+155+206=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #279BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279BCE is #D86431. Grayscale: #7D7D7D. Windows color (decimal): -14181426 or 13540135. OLE color: 13540135.
HSL color Cylindrical-coordinate representation of color #279BCE: hue angle of 198.32º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #279BCE is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 155 | 206 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.19 |
| HSL | 198.32º | 0.68% | 0.48% | - |
| HSV(B) | 198.32º | 0.81% | 0.81% | - |
| XYZ | 23.7 | 28.33 | 62.61 | - |
| YUV | 126.13 | 173.07 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 206 | 0.81 | 0.25 | 0 | 0.19 | 198.32 | 0.68 | 0.48 |
| Hex | 27 | 9B | CE | 51 | 19 | 0 | 13 | C6 | 44 | 30 |
| Octal | 47 | 233 | 316 | 121 | 31 | 0 | 23 | 306 | 104 | 60 |
| Binary | 100111 | 10011011 | 11001110 | 1010001 | 11001 | 0 | 10011 | 11000110 | 1000100 | 110000 |
Color Harmonies of #279BCE
Complementary color
Monochromatic Colors of #279BCE
Black with #279BCE
Text Example
Text Example
White with #279BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BCE; }
p { color: rgb(39,155,206); }
H1.HeaderClassName
{
color: #279BCE;
}
.AnyTagClassName
{
color: #279BCE;
}
</style>
background-color css
<style>
a { background-color: #279BCE; }
a { background-color: rgb(39,155,206); }
div.DivClassName
{
background-color: #279BCE;
}
.BgClassName
{
background-color: #279BCE;
}
</style>
border-color css
<style>
span { border-color: #279BCE; }
span { border-color: rgb(39,155,206); }
td.TdClassName
{
border-color: #279BCE;
}
.TagClassName
{
border-color: #279BCE;
}
</style>