Shades of Allports #27748A
Tints of Allports #27748A
RGB
CMYK
RGB Variations
Color information
#27748A (or 0x27748A) is known color: Allports. HEX triplet: 27, 74 and 8A. RGB value is (39,116,138). Sum of RGB (Red+Green+Blue) = 39+116+138=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #27748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27748A is #D88B75. Grayscale: #5F5F5F. Windows color (decimal): -14191478 or 9073703. OLE color: 9073703.
HSL color Cylindrical-coordinate representation of color #27748A: hue angle of 193.33º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27748A is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 116 | 138 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.46 |
| HSL | 193.33º | 0.56% | 0.35% | - |
| HSV(B) | 193.33º | 0.72% | 0.54% | - |
| XYZ | 11.67 | 14.76 | 26.28 | - |
| YUV | 95.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 138 | 0.72 | 0.16 | 0 | 0.46 | 193.33 | 0.56 | 0.35 |
| Hex | 27 | 74 | 8A | 48 | 10 | 0 | 2E | C1 | 38 | 23 |
| Octal | 47 | 164 | 212 | 110 | 20 | 0 | 56 | 301 | 70 | 43 |
| Binary | 100111 | 1110100 | 10001010 | 1001000 | 10000 | 0 | 101110 | 11000001 | 111000 | 100011 |
Color Harmonies of #27748A
Complementary color
Monochromatic Colors of #27748A
Black with #27748A
Text Example
Text Example
White with #27748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27748A; }
p { color: rgb(39,116,138); }
H1.HeaderClassName
{
color: #27748A;
}
.AnyTagClassName
{
color: #27748A;
}
</style>
background-color css
<style>
a { background-color: #27748A; }
a { background-color: rgb(39,116,138); }
div.DivClassName
{
background-color: #27748A;
}
.BgClassName
{
background-color: #27748A;
}
</style>
border-color css
<style>
span { border-color: #27748A; }
span { border-color: rgb(39,116,138); }
td.TdClassName
{
border-color: #27748A;
}
.TagClassName
{
border-color: #27748A;
}
</style>