Shades of Endeavour #275B93
Tints of Endeavour #275B93
RGB
CMYK
RGB Variations
Color information
#275B93 (or 0x275B93) is known color: Endeavour. HEX triplet: 27, 5B and 93. RGB value is (39,91,147). Sum of RGB (Red+Green+Blue) = 39+91+147=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #275B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275B93 is #D8A46C. Grayscale: #515151. Windows color (decimal): -14197869 or 9657127. OLE color: 9657127.
HSL color Cylindrical-coordinate representation of color #275B93: hue angle of 211.11º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275B93 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 91 | 147 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.42 |
| HSL | 211.11º | 0.58% | 0.36% | - |
| HSV(B) | 211.11º | 0.73% | 0.58% | - |
| XYZ | 9.84 | 10.02 | 29.02 | - |
| YUV | 81.84 | 164.77 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 147 | 0.73 | 0.38 | 0 | 0.42 | 211.11 | 0.58 | 0.36 |
| Hex | 27 | 5B | 93 | 49 | 26 | 0 | 2A | D3 | 3A | 24 |
| Octal | 47 | 133 | 223 | 111 | 46 | 0 | 52 | 323 | 72 | 44 |
| Binary | 100111 | 1011011 | 10010011 | 1001001 | 100110 | 0 | 101010 | 11010011 | 111010 | 100100 |
Color Harmonies of #275B93
Complementary color
Monochromatic Colors of #275B93
Black with #275B93
Text Example
Text Example
White with #275B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B93; }
p { color: rgb(39,91,147); }
H1.HeaderClassName
{
color: #275B93;
}
.AnyTagClassName
{
color: #275B93;
}
</style>
background-color css
<style>
a { background-color: #275B93; }
a { background-color: rgb(39,91,147); }
div.DivClassName
{
background-color: #275B93;
}
.BgClassName
{
background-color: #275B93;
}
</style>
border-color css
<style>
span { border-color: #275B93; }
span { border-color: rgb(39,91,147); }
td.TdClassName
{
border-color: #275B93;
}
.TagClassName
{
border-color: #275B93;
}
</style>