Shades of Pelorous #279BCC
Tints of Pelorous #279BCC
RGB
CMYK
RGB Variations
Color information
#279BCC (or 0x279BCC) is known color: Pelorous. HEX triplet: 27, 9B and CC. RGB value is (39,155,204). Sum of RGB (Red+Green+Blue) = 39+155+204=398 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.80% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #279BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279BCC is #D86433. Grayscale: #7D7D7D. Windows color (decimal): -14181428 or 13409063. OLE color: 13409063.
HSL color Cylindrical-coordinate representation of color #279BCC: hue angle of 197.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #279BCC is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 155 | 204 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.2 |
| HSL | 197.82º | 0.68% | 0.48% | - |
| HSV(B) | 197.82º | 0.81% | 0.8% | - |
| XYZ | 23.46 | 28.23 | 61.34 | - |
| YUV | 125.9 | 172.07 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 204 | 0.81 | 0.24 | 0 | 0.2 | 197.82 | 0.68 | 0.48 |
| Hex | 27 | 9B | CC | 51 | 18 | 0 | 14 | C6 | 44 | 30 |
| Octal | 47 | 233 | 314 | 121 | 30 | 0 | 24 | 306 | 104 | 60 |
| Binary | 100111 | 10011011 | 11001100 | 1010001 | 11000 | 0 | 10100 | 11000110 | 1000100 | 110000 |
Color Harmonies of #279BCC
Complementary color
Monochromatic Colors of #279BCC
Black with #279BCC
Text Example
Text Example
White with #279BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BCC; }
p { color: rgb(39,155,204); }
H1.HeaderClassName
{
color: #279BCC;
}
.AnyTagClassName
{
color: #279BCC;
}
</style>
background-color css
<style>
a { background-color: #279BCC; }
a { background-color: rgb(39,155,204); }
div.DivClassName
{
background-color: #279BCC;
}
.BgClassName
{
background-color: #279BCC;
}
</style>
border-color css
<style>
span { border-color: #279BCC; }
span { border-color: rgb(39,155,204); }
td.TdClassName
{
border-color: #279BCC;
}
.TagClassName
{
border-color: #279BCC;
}
</style>