Shades of Endeavour #275A8A
Tints of Endeavour #275A8A
RGB
CMYK
RGB Variations
Color information
#275A8A (or 0x275A8A) is known color: Endeavour. HEX triplet: 27, 5A and 8A. RGB value is (39,90,138). Sum of RGB (Red+Green+Blue) = 39+90+138=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #275A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275A8A is #D8A575. Grayscale: #4F4F4F. Windows color (decimal): -14198134 or 9067047. OLE color: 9067047.
HSL color Cylindrical-coordinate representation of color #275A8A: hue angle of 209.09º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #275A8A is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 90 | 138 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.46 |
| HSL | 209.09º | 0.56% | 0.35% | - |
| HSV(B) | 209.09º | 0.72% | 0.54% | - |
| XYZ | 9.08 | 9.58 | 25.42 | - |
| YUV | 80.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 138 | 0.72 | 0.35 | 0 | 0.46 | 209.09 | 0.56 | 0.35 |
| Hex | 27 | 5A | 8A | 48 | 23 | 0 | 2E | D1 | 38 | 23 |
| Octal | 47 | 132 | 212 | 110 | 43 | 0 | 56 | 321 | 70 | 43 |
| Binary | 100111 | 1011010 | 10001010 | 1001000 | 100011 | 0 | 101110 | 11010001 | 111000 | 100011 |
Color Harmonies of #275A8A
Complementary color
Monochromatic Colors of #275A8A
Black with #275A8A
Text Example
Text Example
White with #275A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275A8A; }
p { color: rgb(39,90,138); }
H1.HeaderClassName
{
color: #275A8A;
}
.AnyTagClassName
{
color: #275A8A;
}
</style>
background-color css
<style>
a { background-color: #275A8A; }
a { background-color: rgb(39,90,138); }
div.DivClassName
{
background-color: #275A8A;
}
.BgClassName
{
background-color: #275A8A;
}
</style>
border-color css
<style>
span { border-color: #275A8A; }
span { border-color: rgb(39,90,138); }
td.TdClassName
{
border-color: #275A8A;
}
.TagClassName
{
border-color: #275A8A;
}
</style>