Shades of Endeavour #274C97
Tints of Endeavour #274C97
RGB
CMYK
RGB Variations
Color information
#274C97 (or 0x274C97) is known color: Endeavour. HEX triplet: 27, 4C and 97. RGB value is (39,76,151). Sum of RGB (Red+Green+Blue) = 39+76+151=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #274C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C97 is #D8B368. Grayscale: #494949. Windows color (decimal): -14201705 or 9915431. OLE color: 9915431.
HSL color Cylindrical-coordinate representation of color #274C97: hue angle of 220.18º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274C97 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 76 | 151 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.41 |
| HSL | 220.18º | 0.59% | 0.37% | - |
| HSV(B) | 220.18º | 0.74% | 0.59% | - |
| XYZ | 9.01 | 7.83 | 30.32 | - |
| YUV | 73.49 | 171.74 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 151 | 0.74 | 0.50 | 0 | 0.41 | 220.18 | 0.59 | 0.37 |
| Hex | 27 | 4C | 97 | 4A | 32 | 0 | 29 | DC | 3B | 25 |
| Octal | 47 | 114 | 227 | 112 | 62 | 0 | 51 | 334 | 73 | 45 |
| Binary | 100111 | 1001100 | 10010111 | 1001010 | 110010 | 0 | 101001 | 11011100 | 111011 | 100101 |
Color Harmonies of #274C97
Complementary color
Monochromatic Colors of #274C97
Black with #274C97
Text Example
Text Example
White with #274C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C97; }
p { color: rgb(39,76,151); }
H1.HeaderClassName
{
color: #274C97;
}
.AnyTagClassName
{
color: #274C97;
}
</style>
background-color css
<style>
a { background-color: #274C97; }
a { background-color: rgb(39,76,151); }
div.DivClassName
{
background-color: #274C97;
}
.BgClassName
{
background-color: #274C97;
}
</style>
border-color css
<style>
span { border-color: #274C97; }
span { border-color: rgb(39,76,151); }
td.TdClassName
{
border-color: #274C97;
}
.TagClassName
{
border-color: #274C97;
}
</style>