Shades of Endeavour #275484
Tints of Endeavour #275484
RGB
CMYK
RGB Variations
Color information
#275484 (or 0x275484) is known color: Endeavour. HEX triplet: 27, 54 and 84. RGB value is (39,84,132). Sum of RGB (Red+Green+Blue) = 39+84+132=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #275484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275484 is #D8AB7B. Grayscale: #4B4B4B. Windows color (decimal): -14199676 or 8672295. OLE color: 8672295.
HSL color Cylindrical-coordinate representation of color #275484: hue angle of 210.97º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275484 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 84 | 132 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.48 |
| HSL | 210.97º | 0.54% | 0.34% | - |
| HSV(B) | 210.97º | 0.7% | 0.52% | - |
| XYZ | 8.17 | 8.44 | 23.03 | - |
| YUV | 76.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 132 | 0.70 | 0.36 | 0 | 0.48 | 210.97 | 0.54 | 0.34 |
| Hex | 27 | 54 | 84 | 46 | 24 | 0 | 30 | D3 | 36 | 22 |
| Octal | 47 | 124 | 204 | 106 | 44 | 0 | 60 | 323 | 66 | 42 |
| Binary | 100111 | 1010100 | 10000100 | 1000110 | 100100 | 0 | 110000 | 11010011 | 110110 | 100010 |
Color Harmonies of #275484
Complementary color
Monochromatic Colors of #275484
Black with #275484
Text Example
Text Example
White with #275484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275484; }
p { color: rgb(39,84,132); }
H1.HeaderClassName
{
color: #275484;
}
.AnyTagClassName
{
color: #275484;
}
</style>
background-color css
<style>
a { background-color: #275484; }
a { background-color: rgb(39,84,132); }
div.DivClassName
{
background-color: #275484;
}
.BgClassName
{
background-color: #275484;
}
</style>
border-color css
<style>
span { border-color: #275484; }
span { border-color: rgb(39,84,132); }
td.TdClassName
{
border-color: #275484;
}
.TagClassName
{
border-color: #275484;
}
</style>