Shades of Pelorous #279AB3
Tints of Pelorous #279AB3
RGB
CMYK
RGB Variations
Color information
#279AB3 (or 0x279AB3) is known color: Pelorous. HEX triplet: 27, 9A and B3. RGB value is (39,154,179). Sum of RGB (Red+Green+Blue) = 39+154+179=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #279AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279AB3 is #D8654C. Grayscale: #7A7A7A. Windows color (decimal): -14181709 or 11770407. OLE color: 11770407.
HSL color Cylindrical-coordinate representation of color #279AB3: hue angle of 190.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #279AB3 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 154 | 179 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.30 |
| HSL | 190.71º | 0.64% | 0.43% | - |
| HSV(B) | 190.71º | 0.78% | 0.7% | - |
| XYZ | 20.53 | 26.8 | 46.74 | - |
| YUV | 122.47 | 159.9 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 154 | 179 | 0.78 | 0.14 | 0 | 0.30 | 190.71 | 0.64 | 0.43 |
| Hex | 27 | 9A | B3 | 4E | E | 0 | 1E | BF | 40 | 2B |
| Octal | 47 | 232 | 263 | 116 | 16 | 0 | 36 | 277 | 100 | 53 |
| Binary | 100111 | 10011010 | 10110011 | 1001110 | 1110 | 0 | 11110 | 10111111 | 1000000 | 101011 |
Color Harmonies of #279AB3
Complementary color
Monochromatic Colors of #279AB3
Black with #279AB3
Text Example
Text Example
White with #279AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279AB3; }
p { color: rgb(39,154,179); }
H1.HeaderClassName
{
color: #279AB3;
}
.AnyTagClassName
{
color: #279AB3;
}
</style>
background-color css
<style>
a { background-color: #279AB3; }
a { background-color: rgb(39,154,179); }
div.DivClassName
{
background-color: #279AB3;
}
.BgClassName
{
background-color: #279AB3;
}
</style>
border-color css
<style>
span { border-color: #279AB3; }
span { border-color: rgb(39,154,179); }
td.TdClassName
{
border-color: #279AB3;
}
.TagClassName
{
border-color: #279AB3;
}
</style>