Shades of Endeavour #28529C
Tints of Endeavour #28529C
RGB
CMYK
RGB Variations
Color information
#28529C (or 0x28529C) is known color: Endeavour. HEX triplet: 28, 52 and 9C. RGB value is (40,82,156). Sum of RGB (Red+Green+Blue) = 40+82+156=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #28529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28529C is #D7AD63. Grayscale: #4D4D4D. Windows color (decimal): -14134628 or 10244648. OLE color: 10244648.
HSL color Cylindrical-coordinate representation of color #28529C: hue angle of 218.28º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28529C is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 82 | 156 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.39 |
| HSL | 218.28º | 0.59% | 0.38% | - |
| HSV(B) | 218.28º | 0.74% | 0.61% | - |
| XYZ | 9.89 | 8.89 | 32.65 | - |
| YUV | 77.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 156 | 0.74 | 0.47 | 0 | 0.39 | 218.28 | 0.59 | 0.38 |
| Hex | 28 | 52 | 9C | 4A | 2F | 0 | 27 | DA | 3B | 26 |
| Octal | 50 | 122 | 234 | 112 | 57 | 0 | 47 | 332 | 73 | 46 |
| Binary | 101000 | 1010010 | 10011100 | 1001010 | 101111 | 0 | 100111 | 11011010 | 111011 | 100110 |
Color Harmonies of #28529C
Complementary color
Monochromatic Colors of #28529C
Black with #28529C
Text Example
Text Example
White with #28529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28529C; }
p { color: rgb(40,82,156); }
H1.HeaderClassName
{
color: #28529C;
}
.AnyTagClassName
{
color: #28529C;
}
</style>
background-color css
<style>
a { background-color: #28529C; }
a { background-color: rgb(40,82,156); }
div.DivClassName
{
background-color: #28529C;
}
.BgClassName
{
background-color: #28529C;
}
</style>
border-color css
<style>
span { border-color: #28529C; }
span { border-color: rgb(40,82,156); }
td.TdClassName
{
border-color: #28529C;
}
.TagClassName
{
border-color: #28529C;
}
</style>