Shades of Pelorous #279CB3
Tints of Pelorous #279CB3
RGB
CMYK
RGB Variations
Color information
#279CB3 (or 0x279CB3) is known color: Pelorous. HEX triplet: 27, 9C and B3. RGB value is (39,156,179). Sum of RGB (Red+Green+Blue) = 39+156+179=374 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.43% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #279CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CB3 is #D8634C. Grayscale: #7B7B7B. Windows color (decimal): -14181197 or 11770919. OLE color: 11770919.
HSL color Cylindrical-coordinate representation of color #279CB3: hue angle of 189.86º 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 #279CB3 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 156 | 179 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.30 |
| HSL | 189.86º | 0.64% | 0.43% | - |
| HSV(B) | 189.86º | 0.78% | 0.7% | - |
| XYZ | 20.86 | 27.46 | 46.85 | - |
| YUV | 123.64 | 159.24 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 179 | 0.78 | 0.13 | 0 | 0.30 | 189.86 | 0.64 | 0.43 |
| Hex | 27 | 9C | B3 | 4E | D | 0 | 1E | BE | 40 | 2B |
| Octal | 47 | 234 | 263 | 116 | 15 | 0 | 36 | 276 | 100 | 53 |
| Binary | 100111 | 10011100 | 10110011 | 1001110 | 1101 | 0 | 11110 | 10111110 | 1000000 | 101011 |
Color Harmonies of #279CB3
Complementary color
Monochromatic Colors of #279CB3
Black with #279CB3
Text Example
Text Example
White with #279CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279CB3; }
p { color: rgb(39,156,179); }
H1.HeaderClassName
{
color: #279CB3;
}
.AnyTagClassName
{
color: #279CB3;
}
</style>
background-color css
<style>
a { background-color: #279CB3; }
a { background-color: rgb(39,156,179); }
div.DivClassName
{
background-color: #279CB3;
}
.BgClassName
{
background-color: #279CB3;
}
</style>
border-color css
<style>
span { border-color: #279CB3; }
span { border-color: rgb(39,156,179); }
td.TdClassName
{
border-color: #279CB3;
}
.TagClassName
{
border-color: #279CB3;
}
</style>