Shades of Pelorous #279ABC
Tints of Pelorous #279ABC
RGB
CMYK
RGB Variations
Color information
#279ABC (or 0x279ABC) is known color: Pelorous. HEX triplet: 27, 9A and BC. RGB value is (39,154,188). Sum of RGB (Red+Green+Blue) = 39+154+188=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #279ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279ABC is #D86543. Grayscale: #7B7B7B. Windows color (decimal): -14181700 or 12360231. OLE color: 12360231.
HSL color Cylindrical-coordinate representation of color #279ABC: hue angle of 193.69º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #279ABC is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 154 | 188 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.26 |
| HSL | 193.69º | 0.66% | 0.45% | - |
| HSV(B) | 193.69º | 0.79% | 0.74% | - |
| XYZ | 21.47 | 27.17 | 51.69 | - |
| YUV | 123.49 | 164.4 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 154 | 188 | 0.79 | 0.18 | 0 | 0.26 | 193.69 | 0.66 | 0.45 |
| Hex | 27 | 9A | BC | 4F | 12 | 0 | 1A | C2 | 42 | 2D |
| Octal | 47 | 232 | 274 | 117 | 22 | 0 | 32 | 302 | 102 | 55 |
| Binary | 100111 | 10011010 | 10111100 | 1001111 | 10010 | 0 | 11010 | 11000010 | 1000010 | 101101 |
Color Harmonies of #279ABC
Complementary color
Monochromatic Colors of #279ABC
Black with #279ABC
Text Example
Text Example
White with #279ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279ABC; }
p { color: rgb(39,154,188); }
H1.HeaderClassName
{
color: #279ABC;
}
.AnyTagClassName
{
color: #279ABC;
}
</style>
background-color css
<style>
a { background-color: #279ABC; }
a { background-color: rgb(39,154,188); }
div.DivClassName
{
background-color: #279ABC;
}
.BgClassName
{
background-color: #279ABC;
}
</style>
border-color css
<style>
span { border-color: #279ABC; }
span { border-color: rgb(39,154,188); }
td.TdClassName
{
border-color: #279ABC;
}
.TagClassName
{
border-color: #279ABC;
}
</style>