Shades of Endeavour #274D9F
Tints of Endeavour #274D9F
RGB
CMYK
RGB Variations
Color information
#274D9F (or 0x274D9F) is known color: Endeavour. HEX triplet: 27, 4D and 9F. RGB value is (39,77,159). Sum of RGB (Red+Green+Blue) = 39+77+159=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #274D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D9F is #D8B260. Grayscale: #4A4A4A. Windows color (decimal): -14201441 or 10439975. OLE color: 10439975.
HSL color Cylindrical-coordinate representation of color #274D9F: hue angle of 221º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274D9F is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 77 | 159 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.38 |
| HSL | 221º | 0.61% | 0.39% | - |
| HSV(B) | 221º | 0.75% | 0.62% | - |
| XYZ | 9.75 | 8.24 | 33.88 | - |
| YUV | 74.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 159 | 0.75 | 0.52 | 0 | 0.38 | 221 | 0.61 | 0.39 |
| Hex | 27 | 4D | 9F | 4B | 34 | 0 | 26 | DD | 3D | 27 |
| Octal | 47 | 115 | 237 | 113 | 64 | 0 | 46 | 335 | 75 | 47 |
| Binary | 100111 | 1001101 | 10011111 | 1001011 | 110100 | 0 | 100110 | 11011101 | 111101 | 100111 |
Color Harmonies of #274D9F
Complementary color
Monochromatic Colors of #274D9F
Black with #274D9F
Text Example
Text Example
White with #274D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D9F; }
p { color: rgb(39,77,159); }
H1.HeaderClassName
{
color: #274D9F;
}
.AnyTagClassName
{
color: #274D9F;
}
</style>
background-color css
<style>
a { background-color: #274D9F; }
a { background-color: rgb(39,77,159); }
div.DivClassName
{
background-color: #274D9F;
}
.BgClassName
{
background-color: #274D9F;
}
</style>
border-color css
<style>
span { border-color: #274D9F; }
span { border-color: rgb(39,77,159); }
td.TdClassName
{
border-color: #274D9F;
}
.TagClassName
{
border-color: #274D9F;
}
</style>