Shades of Endeavour #285D9C
Tints of Endeavour #285D9C
RGB
CMYK
RGB Variations
Color information
#285D9C (or 0x285D9C) is known color: Endeavour. HEX triplet: 28, 5D and 9C. RGB value is (40,93,156). Sum of RGB (Red+Green+Blue) = 40+93+156=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #285D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285D9C is #D7A263. Grayscale: #545454. Windows color (decimal): -14131812 or 10247464. OLE color: 10247464.
HSL color Cylindrical-coordinate representation of color #285D9C: hue angle of 212.59º 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 #285D9C is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 93 | 156 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.39 |
| HSL | 212.59º | 0.59% | 0.38% | - |
| HSV(B) | 212.59º | 0.74% | 0.61% | - |
| XYZ | 10.79 | 10.68 | 32.95 | - |
| YUV | 84.34 | 168.44 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 156 | 0.74 | 0.40 | 0 | 0.39 | 212.59 | 0.59 | 0.38 |
| Hex | 28 | 5D | 9C | 4A | 28 | 0 | 27 | D5 | 3B | 26 |
| Octal | 50 | 135 | 234 | 112 | 50 | 0 | 47 | 325 | 73 | 46 |
| Binary | 101000 | 1011101 | 10011100 | 1001010 | 101000 | 0 | 100111 | 11010101 | 111011 | 100110 |
Color Harmonies of #285D9C
Complementary color
Monochromatic Colors of #285D9C
Black with #285D9C
Text Example
Text Example
White with #285D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D9C; }
p { color: rgb(40,93,156); }
H1.HeaderClassName
{
color: #285D9C;
}
.AnyTagClassName
{
color: #285D9C;
}
</style>
background-color css
<style>
a { background-color: #285D9C; }
a { background-color: rgb(40,93,156); }
div.DivClassName
{
background-color: #285D9C;
}
.BgClassName
{
background-color: #285D9C;
}
</style>
border-color css
<style>
span { border-color: #285D9C; }
span { border-color: rgb(40,93,156); }
td.TdClassName
{
border-color: #285D9C;
}
.TagClassName
{
border-color: #285D9C;
}
</style>