Shades of Endeavour #27638B
Tints of Endeavour #27638B
RGB
CMYK
RGB Variations
Color information
#27638B (or 0x27638B) is known color: Endeavour. HEX triplet: 27, 63 and 8B. RGB value is (39,99,139). Sum of RGB (Red+Green+Blue) = 39+99+139=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #27638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27638B is #D89C74. Grayscale: #555555. Windows color (decimal): -14195829 or 9134887. OLE color: 9134887.
HSL color Cylindrical-coordinate representation of color #27638B: hue angle of 204º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27638B is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 99 | 139 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.45 |
| HSL | 204º | 0.56% | 0.35% | - |
| HSV(B) | 204º | 0.72% | 0.55% | - |
| XYZ | 9.96 | 11.22 | 26.07 | - |
| YUV | 85.62 | 158.12 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 139 | 0.72 | 0.29 | 0 | 0.45 | 204 | 0.56 | 0.35 |
| Hex | 27 | 63 | 8B | 48 | 1D | 0 | 2D | CC | 38 | 23 |
| Octal | 47 | 143 | 213 | 110 | 35 | 0 | 55 | 314 | 70 | 43 |
| Binary | 100111 | 1100011 | 10001011 | 1001000 | 11101 | 0 | 101101 | 11001100 | 111000 | 100011 |
Color Harmonies of #27638B
Complementary color
Monochromatic Colors of #27638B
Black with #27638B
Text Example
Text Example
White with #27638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27638B; }
p { color: rgb(39,99,139); }
H1.HeaderClassName
{
color: #27638B;
}
.AnyTagClassName
{
color: #27638B;
}
</style>
background-color css
<style>
a { background-color: #27638B; }
a { background-color: rgb(39,99,139); }
div.DivClassName
{
background-color: #27638B;
}
.BgClassName
{
background-color: #27638B;
}
</style>
border-color css
<style>
span { border-color: #27638B; }
span { border-color: rgb(39,99,139); }
td.TdClassName
{
border-color: #27638B;
}
.TagClassName
{
border-color: #27638B;
}
</style>