Shades of Endeavour #285C98
Tints of Endeavour #285C98
RGB
CMYK
RGB Variations
Color information
#285C98 (or 0x285C98) is known color: Endeavour. HEX triplet: 28, 5C and 98. RGB value is (40,92,152). Sum of RGB (Red+Green+Blue) = 40+92+152=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #285C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285C98 is #D7A367. Grayscale: #535353. Windows color (decimal): -14132072 or 9985064. OLE color: 9985064.
HSL color Cylindrical-coordinate representation of color #285C98: hue angle of 212.14º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285C98 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 92 | 152 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.40 |
| HSL | 212.14º | 0.58% | 0.38% | - |
| HSV(B) | 212.14º | 0.74% | 0.6% | - |
| XYZ | 10.37 | 10.37 | 31.16 | - |
| YUV | 83.29 | 166.77 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 152 | 0.74 | 0.39 | 0 | 0.40 | 212.14 | 0.58 | 0.38 |
| Hex | 28 | 5C | 98 | 4A | 27 | 0 | 28 | D4 | 3A | 26 |
| Octal | 50 | 134 | 230 | 112 | 47 | 0 | 50 | 324 | 72 | 46 |
| Binary | 101000 | 1011100 | 10011000 | 1001010 | 100111 | 0 | 101000 | 11010100 | 111010 | 100110 |
Color Harmonies of #285C98
Complementary color
Monochromatic Colors of #285C98
Black with #285C98
Text Example
Text Example
White with #285C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C98; }
p { color: rgb(40,92,152); }
H1.HeaderClassName
{
color: #285C98;
}
.AnyTagClassName
{
color: #285C98;
}
</style>
background-color css
<style>
a { background-color: #285C98; }
a { background-color: rgb(40,92,152); }
div.DivClassName
{
background-color: #285C98;
}
.BgClassName
{
background-color: #285C98;
}
</style>
border-color css
<style>
span { border-color: #285C98; }
span { border-color: rgb(40,92,152); }
td.TdClassName
{
border-color: #285C98;
}
.TagClassName
{
border-color: #285C98;
}
</style>