Shades of Allports #27758A
Tints of Allports #27758A
RGB
CMYK
RGB Variations
Color information
#27758A (or 0x27758A) is known color: Allports. HEX triplet: 27, 75 and 8A. RGB value is (39,117,138). Sum of RGB (Red+Green+Blue) = 39+117+138=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #27758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27758A is #D88A75. Grayscale: #5F5F5F. Windows color (decimal): -14191222 or 9073959. OLE color: 9073959.
HSL color Cylindrical-coordinate representation of color #27758A: hue angle of 192.73º 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 #27758A is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 117 | 138 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.46 |
| HSL | 192.73º | 0.56% | 0.35% | - |
| HSV(B) | 192.73º | 0.72% | 0.54% | - |
| XYZ | 11.79 | 14.99 | 26.32 | - |
| YUV | 96.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 117 | 138 | 0.72 | 0.15 | 0 | 0.46 | 192.73 | 0.56 | 0.35 |
| Hex | 27 | 75 | 8A | 48 | F | 0 | 2E | C1 | 38 | 23 |
| Octal | 47 | 165 | 212 | 110 | 17 | 0 | 56 | 301 | 70 | 43 |
| Binary | 100111 | 1110101 | 10001010 | 1001000 | 1111 | 0 | 101110 | 11000001 | 111000 | 100011 |
Color Harmonies of #27758A
Complementary color
Monochromatic Colors of #27758A
Black with #27758A
Text Example
Text Example
White with #27758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27758A; }
p { color: rgb(39,117,138); }
H1.HeaderClassName
{
color: #27758A;
}
.AnyTagClassName
{
color: #27758A;
}
</style>
background-color css
<style>
a { background-color: #27758A; }
a { background-color: rgb(39,117,138); }
div.DivClassName
{
background-color: #27758A;
}
.BgClassName
{
background-color: #27758A;
}
</style>
border-color css
<style>
span { border-color: #27758A; }
span { border-color: rgb(39,117,138); }
td.TdClassName
{
border-color: #27758A;
}
.TagClassName
{
border-color: #27758A;
}
</style>