Shades of Endeavour #285383
Tints of Endeavour #285383
RGB
CMYK
RGB Variations
Color information
#285383 (or 0x285383) is known color: Endeavour. HEX triplet: 28, 53 and 83. RGB value is (40,83,131). Sum of RGB (Red+Green+Blue) = 40+83+131=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #285383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285383 is #D7AC7C. Grayscale: #4B4B4B. Windows color (decimal): -14134397 or 8606504. OLE color: 8606504.
HSL color Cylindrical-coordinate representation of color #285383: hue angle of 211.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285383 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 83 | 131 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.49 |
| HSL | 211.65º | 0.53% | 0.34% | - |
| HSV(B) | 211.65º | 0.69% | 0.51% | - |
| XYZ | 8.07 | 8.28 | 22.65 | - |
| YUV | 75.62 | 159.25 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 131 | 0.69 | 0.37 | 0 | 0.49 | 211.65 | 0.53 | 0.34 |
| Hex | 28 | 53 | 83 | 45 | 25 | 0 | 31 | D4 | 35 | 22 |
| Octal | 50 | 123 | 203 | 105 | 45 | 0 | 61 | 324 | 65 | 42 |
| Binary | 101000 | 1010011 | 10000011 | 1000101 | 100101 | 0 | 110001 | 11010100 | 110101 | 100010 |
Color Harmonies of #285383
Complementary color
Monochromatic Colors of #285383
Black with #285383
Text Example
Text Example
White with #285383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285383; }
p { color: rgb(40,83,131); }
H1.HeaderClassName
{
color: #285383;
}
.AnyTagClassName
{
color: #285383;
}
</style>
background-color css
<style>
a { background-color: #285383; }
a { background-color: rgb(40,83,131); }
div.DivClassName
{
background-color: #285383;
}
.BgClassName
{
background-color: #285383;
}
</style>
border-color css
<style>
span { border-color: #285383; }
span { border-color: rgb(40,83,131); }
td.TdClassName
{
border-color: #285383;
}
.TagClassName
{
border-color: #285383;
}
</style>