Shades of Endeavour #275B8C
Tints of Endeavour #275B8C
RGB
CMYK
RGB Variations
Color information
#275B8C (or 0x275B8C) is known color: Endeavour. HEX triplet: 27, 5B and 8C. RGB value is (39,91,140). Sum of RGB (Red+Green+Blue) = 39+91+140=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #275B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275B8C is #D8A473. Grayscale: #505050. Windows color (decimal): -14197876 or 9198375. OLE color: 9198375.
HSL color Cylindrical-coordinate representation of color #275B8C: hue angle of 209.11º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #275B8C is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 91 | 140 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.45 |
| HSL | 209.11º | 0.56% | 0.35% | - |
| HSV(B) | 209.11º | 0.72% | 0.55% | - |
| XYZ | 9.31 | 9.81 | 26.21 | - |
| YUV | 81.04 | 161.27 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 140 | 0.72 | 0.35 | 0 | 0.45 | 209.11 | 0.56 | 0.35 |
| Hex | 27 | 5B | 8C | 48 | 23 | 0 | 2D | D1 | 38 | 23 |
| Octal | 47 | 133 | 214 | 110 | 43 | 0 | 55 | 321 | 70 | 43 |
| Binary | 100111 | 1011011 | 10001100 | 1001000 | 100011 | 0 | 101101 | 11010001 | 111000 | 100011 |
Color Harmonies of #275B8C
Complementary color
Monochromatic Colors of #275B8C
Black with #275B8C
Text Example
Text Example
White with #275B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B8C; }
p { color: rgb(39,91,140); }
H1.HeaderClassName
{
color: #275B8C;
}
.AnyTagClassName
{
color: #275B8C;
}
</style>
background-color css
<style>
a { background-color: #275B8C; }
a { background-color: rgb(39,91,140); }
div.DivClassName
{
background-color: #275B8C;
}
.BgClassName
{
background-color: #275B8C;
}
</style>
border-color css
<style>
span { border-color: #275B8C; }
span { border-color: rgb(39,91,140); }
td.TdClassName
{
border-color: #275B8C;
}
.TagClassName
{
border-color: #275B8C;
}
</style>