Shades of Pelorous #279ACD
Tints of Pelorous #279ACD
RGB
CMYK
RGB Variations
Color information
#279ACD (or 0x279ACD) is known color: Pelorous. HEX triplet: 27, 9A and CD. RGB value is (39,154,205). Sum of RGB (Red+Green+Blue) = 39+154+205=398 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.80% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #279ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279ACD is #D86532. Grayscale: #7D7D7D. Windows color (decimal): -14181683 or 13474343. OLE color: 13474343.
HSL color Cylindrical-coordinate representation of color #279ACD: hue angle of 198.43º 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 #279ACD is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 154 | 205 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.20 |
| HSL | 198.43º | 0.68% | 0.48% | - |
| HSV(B) | 198.43º | 0.81% | 0.8% | - |
| XYZ | 23.41 | 27.95 | 61.92 | - |
| YUV | 125.43 | 172.9 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 154 | 205 | 0.81 | 0.25 | 0 | 0.20 | 198.43 | 0.68 | 0.48 |
| Hex | 27 | 9A | CD | 51 | 19 | 0 | 14 | C6 | 44 | 30 |
| Octal | 47 | 232 | 315 | 121 | 31 | 0 | 24 | 306 | 104 | 60 |
| Binary | 100111 | 10011010 | 11001101 | 1010001 | 11001 | 0 | 10100 | 11000110 | 1000100 | 110000 |
Color Harmonies of #279ACD
Complementary color
Monochromatic Colors of #279ACD
Black with #279ACD
Text Example
Text Example
White with #279ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279ACD; }
p { color: rgb(39,154,205); }
H1.HeaderClassName
{
color: #279ACD;
}
.AnyTagClassName
{
color: #279ACD;
}
</style>
background-color css
<style>
a { background-color: #279ACD; }
a { background-color: rgb(39,154,205); }
div.DivClassName
{
background-color: #279ACD;
}
.BgClassName
{
background-color: #279ACD;
}
</style>
border-color css
<style>
span { border-color: #279ACD; }
span { border-color: rgb(39,154,205); }
td.TdClassName
{
border-color: #279ACD;
}
.TagClassName
{
border-color: #279ACD;
}
</style>