Shades of Endeavour #275390
Tints of Endeavour #275390
RGB
CMYK
RGB Variations
Color information
#275390 (or 0x275390) is known color: Endeavour. HEX triplet: 27, 53 and 90. RGB value is (39,83,144). Sum of RGB (Red+Green+Blue) = 39+83+144=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #275390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275390 is #D8AC6F. Grayscale: #4C4C4C. Windows color (decimal): -14199920 or 9458471. OLE color: 9458471.
HSL color Cylindrical-coordinate representation of color #275390: hue angle of 214.86º 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 #275390 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 83 | 144 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.44 |
| HSL | 214.86º | 0.57% | 0.36% | - |
| HSV(B) | 214.86º | 0.73% | 0.56% | - |
| XYZ | 8.96 | 8.63 | 27.58 | - |
| YUV | 76.8 | 165.92 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 144 | 0.73 | 0.42 | 0 | 0.44 | 214.86 | 0.57 | 0.36 |
| Hex | 27 | 53 | 90 | 49 | 2A | 0 | 2C | D7 | 39 | 24 |
| Octal | 47 | 123 | 220 | 111 | 52 | 0 | 54 | 327 | 71 | 44 |
| Binary | 100111 | 1010011 | 10010000 | 1001001 | 101010 | 0 | 101100 | 11010111 | 111001 | 100100 |
Color Harmonies of #275390
Complementary color
Monochromatic Colors of #275390
Black with #275390
Text Example
Text Example
White with #275390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275390; }
p { color: rgb(39,83,144); }
H1.HeaderClassName
{
color: #275390;
}
.AnyTagClassName
{
color: #275390;
}
</style>
background-color css
<style>
a { background-color: #275390; }
a { background-color: rgb(39,83,144); }
div.DivClassName
{
background-color: #275390;
}
.BgClassName
{
background-color: #275390;
}
</style>
border-color css
<style>
span { border-color: #275390; }
span { border-color: rgb(39,83,144); }
td.TdClassName
{
border-color: #275390;
}
.TagClassName
{
border-color: #275390;
}
</style>