Shades of Endeavour #285C90
Tints of Endeavour #285C90
RGB
CMYK
RGB Variations
Color information
#285C90 (or 0x285C90) is known color: Endeavour. HEX triplet: 28, 5C and 90. RGB value is (40,92,144). Sum of RGB (Red+Green+Blue) = 40+92+144=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #285C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285C90 is #D7A36F. Grayscale: #525252. Windows color (decimal): -14132080 or 9460776. OLE color: 9460776.
HSL color Cylindrical-coordinate representation of color #285C90: hue angle of 210º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #285C90 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 92 | 144 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.44 |
| HSL | 210º | 0.57% | 0.36% | - |
| HSV(B) | 210º | 0.72% | 0.56% | - |
| XYZ | 9.74 | 10.12 | 27.83 | - |
| YUV | 82.38 | 162.77 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 144 | 0.72 | 0.36 | 0 | 0.44 | 210 | 0.57 | 0.36 |
| Hex | 28 | 5C | 90 | 48 | 24 | 0 | 2C | D2 | 39 | 24 |
| Octal | 50 | 134 | 220 | 110 | 44 | 0 | 54 | 322 | 71 | 44 |
| Binary | 101000 | 1011100 | 10010000 | 1001000 | 100100 | 0 | 101100 | 11010010 | 111001 | 100100 |
Color Harmonies of #285C90
Complementary color
Monochromatic Colors of #285C90
Black with #285C90
Text Example
Text Example
White with #285C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C90; }
p { color: rgb(40,92,144); }
H1.HeaderClassName
{
color: #285C90;
}
.AnyTagClassName
{
color: #285C90;
}
</style>
background-color css
<style>
a { background-color: #285C90; }
a { background-color: rgb(40,92,144); }
div.DivClassName
{
background-color: #285C90;
}
.BgClassName
{
background-color: #285C90;
}
</style>
border-color css
<style>
span { border-color: #285C90; }
span { border-color: rgb(40,92,144); }
td.TdClassName
{
border-color: #285C90;
}
.TagClassName
{
border-color: #285C90;
}
</style>