Shades of Pelorous #279CAF
Tints of Pelorous #279CAF
RGB
CMYK
RGB Variations
Color information
#279CAF (or 0x279CAF) is known color: Pelorous. HEX triplet: 27, 9C and AF. RGB value is (39,156,175). Sum of RGB (Red+Green+Blue) = 39+156+175=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #279CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279CAF is #D86350. Grayscale: #7A7A7A. Windows color (decimal): -14181201 or 11508775. OLE color: 11508775.
HSL color Cylindrical-coordinate representation of color #279CAF: hue angle of 188.38º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #279CAF is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 156 | 175 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.31 |
| HSL | 188.38º | 0.64% | 0.42% | - |
| HSV(B) | 188.38º | 0.78% | 0.69% | - |
| XYZ | 20.46 | 27.3 | 44.75 | - |
| YUV | 123.18 | 157.24 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 175 | 0.78 | 0.11 | 0 | 0.31 | 188.38 | 0.64 | 0.42 |
| Hex | 27 | 9C | AF | 4E | B | 0 | 1F | BC | 40 | 2A |
| Octal | 47 | 234 | 257 | 116 | 13 | 0 | 37 | 274 | 100 | 52 |
| Binary | 100111 | 10011100 | 10101111 | 1001110 | 1011 | 0 | 11111 | 10111100 | 1000000 | 101010 |
Color Harmonies of #279CAF
Complementary color
Monochromatic Colors of #279CAF
Black with #279CAF
Text Example
Text Example
White with #279CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279CAF; }
p { color: rgb(39,156,175); }
H1.HeaderClassName
{
color: #279CAF;
}
.AnyTagClassName
{
color: #279CAF;
}
</style>
background-color css
<style>
a { background-color: #279CAF; }
a { background-color: rgb(39,156,175); }
div.DivClassName
{
background-color: #279CAF;
}
.BgClassName
{
background-color: #279CAF;
}
</style>
border-color css
<style>
span { border-color: #279CAF; }
span { border-color: rgb(39,156,175); }
td.TdClassName
{
border-color: #279CAF;
}
.TagClassName
{
border-color: #279CAF;
}
</style>