Shades of Endeavour #274C96
Tints of Endeavour #274C96
RGB
CMYK
RGB Variations
Color information
#274C96 (or 0x274C96) is known color: Endeavour. HEX triplet: 27, 4C and 96. RGB value is (39,76,150). Sum of RGB (Red+Green+Blue) = 39+76+150=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #274C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C96 is #D8B369. Grayscale: #494949. Windows color (decimal): -14201706 or 9849895. OLE color: 9849895.
HSL color Cylindrical-coordinate representation of color #274C96: hue angle of 220º 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 #274C96 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 76 | 150 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.41 |
| HSL | 220º | 0.59% | 0.37% | - |
| HSV(B) | 220º | 0.74% | 0.59% | - |
| XYZ | 8.93 | 7.8 | 29.89 | - |
| YUV | 73.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 150 | 0.74 | 0.49 | 0 | 0.41 | 220 | 0.59 | 0.37 |
| Hex | 27 | 4C | 96 | 4A | 31 | 0 | 29 | DC | 3B | 25 |
| Octal | 47 | 114 | 226 | 112 | 61 | 0 | 51 | 334 | 73 | 45 |
| Binary | 100111 | 1001100 | 10010110 | 1001010 | 110001 | 0 | 101001 | 11011100 | 111011 | 100101 |
Color Harmonies of #274C96
Complementary color
Monochromatic Colors of #274C96
Black with #274C96
Text Example
Text Example
White with #274C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C96; }
p { color: rgb(39,76,150); }
H1.HeaderClassName
{
color: #274C96;
}
.AnyTagClassName
{
color: #274C96;
}
</style>
background-color css
<style>
a { background-color: #274C96; }
a { background-color: rgb(39,76,150); }
div.DivClassName
{
background-color: #274C96;
}
.BgClassName
{
background-color: #274C96;
}
</style>
border-color css
<style>
span { border-color: #274C96; }
span { border-color: rgb(39,76,150); }
td.TdClassName
{
border-color: #274C96;
}
.TagClassName
{
border-color: #274C96;
}
</style>