Shades of Endeavour #275B8F
Tints of Endeavour #275B8F
RGB
CMYK
RGB Variations
Color information
#275B8F (or 0x275B8F) is known color: Endeavour. HEX triplet: 27, 5B and 8F. RGB value is (39,91,143). Sum of RGB (Red+Green+Blue) = 39+91+143=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #275B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275B8F is #D8A470. Grayscale: #515151. Windows color (decimal): -14197873 or 9394983. OLE color: 9394983.
HSL color Cylindrical-coordinate representation of color #275B8F: hue angle of 210º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275B8F is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 91 | 143 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.44 |
| HSL | 210º | 0.57% | 0.36% | - |
| HSV(B) | 210º | 0.73% | 0.56% | - |
| XYZ | 9.54 | 9.9 | 27.39 | - |
| YUV | 81.38 | 162.77 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 143 | 0.73 | 0.36 | 0 | 0.44 | 210 | 0.57 | 0.36 |
| Hex | 27 | 5B | 8F | 49 | 24 | 0 | 2C | D2 | 39 | 24 |
| Octal | 47 | 133 | 217 | 111 | 44 | 0 | 54 | 322 | 71 | 44 |
| Binary | 100111 | 1011011 | 10001111 | 1001001 | 100100 | 0 | 101100 | 11010010 | 111001 | 100100 |
Color Harmonies of #275B8F
Complementary color
Monochromatic Colors of #275B8F
Black with #275B8F
Text Example
Text Example
White with #275B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B8F; }
p { color: rgb(39,91,143); }
H1.HeaderClassName
{
color: #275B8F;
}
.AnyTagClassName
{
color: #275B8F;
}
</style>
background-color css
<style>
a { background-color: #275B8F; }
a { background-color: rgb(39,91,143); }
div.DivClassName
{
background-color: #275B8F;
}
.BgClassName
{
background-color: #275B8F;
}
</style>
border-color css
<style>
span { border-color: #275B8F; }
span { border-color: rgb(39,91,143); }
td.TdClassName
{
border-color: #275B8F;
}
.TagClassName
{
border-color: #275B8F;
}
</style>